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

Method initClass

app/views/artisans/ArenaBalancerView.js:35–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33module.exports = (ArenaBalancerView = (function () {
34 ArenaBalancerView = class ArenaBalancerView extends RootView {
35 static initClass () {
36 this.prototype.template = template
37 this.prototype.id = 'arena-balancer-view'
38
39 this.prototype.events =
40 { 'click #go-button': 'onClickGoButton' }
41
42 this.prototype.levelSlug = 'infinite-inferno'
43 }
44
45 constructor (options, levelSlug) {
46 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected