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

Method initClass

app/views/editor/verifier/VerifierView.js:38–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36module.exports = (VerifierView = (function () {
37 VerifierView = class VerifierView extends RootView {
38 static initClass () {
39 this.prototype.className = 'style-flat'
40 this.prototype.template = template
41 this.prototype.id = 'verifier-view'
42
43 this.prototype.events =
44 { 'click #go-button': 'onClickGoButton' }
45 }
46
47 constructor (options, levelID) {
48 super(options)

Callers 1

VerifierView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected