MCPcopy Create free account
hub / github.com/codecombat/codecombat / initClass

Method initClass

app/views/contribute/ScribeView.js:17–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15module.exports = (ScribeView = (function () {
16 ScribeView = class ScribeView extends ContributeClassView {
17 static initClass () {
18 this.prototype.id = 'scribe-view'
19 this.prototype.template = template
20
21 this.prototype.events =
22 { 'click [data-toggle="coco-modal"][data-target="core/ContactModal"]': 'openContactModal' }
23
24 this.prototype.contributors = [
25 { name: 'Ryan Faidley' },
26 { name: 'Mischa Lewis-Norelle', github: 'mlewisno' },
27 { name: 'Tavio' },
28 { name: 'Ronnie Cheng', github: 'rhc2104' },
29 { name: 'engstrom' },
30 { name: 'Dman19993' },
31 { name: 'mattinsler' }
32 ]
33 }
34
35 initialize () {
36 return this.contributorClassName = 'scribe'

Callers 1

ScribeView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected