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

Method initClass

app/views/ladder/SimulateTabView.js:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23module.exports = (SimulateTabView = (function () {
24 SimulateTabView = class SimulateTabView extends CocoView {
25 static initClass () {
26 this.prototype.id = 'simulate-tab-view'
27 this.prototype.template = require('app/templates/play/ladder/simulate_tab')
28
29 this.prototype.events =
30 { 'click #simulate-button': 'onSimulateButtonClick' }
31 }
32
33 constructor (options) {
34 if (!options) {

Callers 1

SimulateTabView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected