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

Method initClass

app/views/contribute/ArchmageView.js:16–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (ArchmageView = (function () {
15 ArchmageView = class ArchmageView extends ContributeClassView {
16 static initClass () {
17 this.prototype.id = 'archmage-view'
18 this.prototype.template = template
19
20 this.prototype.events =
21 { 'click [data-toggle="coco-modal"][data-target="core/ContactModal"]': 'openContactModal' }
22
23 this.prototype.contributors = [
24 { id: '547acbb2af18b03c0563fdb3', name: 'David Liu', github: 'trotod' },
25 { id: '52ccfc9bd3eb6b5a4100b60d', name: 'Glen De Cauwsemaecker', github: 'GlenDC' },
26 { id: '52bfc3ecb7ec628868001297', name: 'Tom Steinbrecher', github: 'TomSteinbrecher' },
27 { id: '5272806093680c5817033f73', name: 'Sébastien Moratinos', github: 'smoratinos' },
28 { id: '52d133893dc46cbe15001179', name: 'Deepak Raj', github: 'deepak1556' },
29 { id: '52699df70e404d591b000af7', name: 'Ronnie Cheng', github: 'rhc2104' },
30 { id: '5260b4c3ae8ec6795e000019', name: 'Chloe Fan', github: 'chloester' },
31 { id: '52d726ab3c70cec90c008f2d', name: 'Rachel Xiang', github: 'rdxiang' },
32 { id: '5286706d93df39a952001574', name: 'Dan Ristic', github: 'dristic' },
33 { id: '52cec8620b0d5c1b4c0039e6', name: 'Brad Dickason', github: 'bdickason' },
34 { id: '540397e2bc5b69a40e9c2fb1', name: 'Rebecca Saines' },
35 { id: '525ae40248839d81090013f2', name: 'Laura Watiker', github: 'lwatiker' },
36 { id: '540395e9fe56769115d7da86', name: 'Shiying Zheng', github: 'shiyingzheng' },
37 { id: '5403964dfe56769115d7da96', name: 'Mischa Lewis-Norelle', github: 'mlewisno' },
38 { id: '52b8be459e47006b4100094b', name: 'Paul Buser' },
39 { id: '540396effe56769115d7daa8', name: 'Benjamin Stern' },
40 { id: '5403974b11058b4213074779', name: 'Alex Cotsarelis' },
41 { id: '54039780fe56769115d7dab5', name: 'Ken Stanley' },
42 { id: '531258b5e0789d4609614110', name: 'Ruben Vereecken', github: 'rubenvereecken' },
43 { id: '5276ad5dcf83207a2801d3b4', name: 'Zach Martin', github: 'zachster01' },
44 { id: '530df0cbc06854403ba67c15', name: 'Alexandru Caciulescu', github: 'Darredevil' },
45 { id: '5268d9baa39d7db617000b18', name: 'Thanish Muhammed', github: 'mnmtanish' },
46 { id: '53232f458e54704b074b271d', name: 'Bang Honam', github: 'walkingtospace' },
47 { id: '52d16c1dc931e2544d001daa', name: 'David Pendray', github: 'dpen2000' },
48 { id: '53132ea1828a1706108ebb38', name: 'Dominik Kundel' },
49 { id: '530eb29347a891b3518b3990', name: 'Ian Li' },
50 { id: '531cd81dd00d2dc30991f924', name: 'Russ Fan' },
51 { id: '53064b1905a6ad967346e654', name: 'Yang Shun' },
52 { name: 'devast8a', avatar: '', github: 'devast8a' }
53 ]
54 }
55
56 initialize () {
57 return this.contributorClassName = 'archmage'

Callers 1

ArchmageView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected