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

Method initClass

app/views/ChinaBridgeView.js:24–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 static initClass () {
25 this.prototype.id = 'contact-geek-view'
26 this.prototype.template = template
27
28 this.prototype.events = {
29 'click .one': 'onClickOne',
30 'click .two': 'onClickTwo'
31 }
32 }
33
34 initialize (options) {
35 super.initialize(options)

Callers 1

ChinaBridgeView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected