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

Method initClass

app/views/play/menu/SaveLoadView.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (SaveLoadView = (function () {
13 SaveLoadView = class SaveLoadView extends CocoView {
14 static initClass () {
15 this.prototype.id = 'save-load-view'
16 this.prototype.className = 'tab-pane'
17 this.prototype.template = template
18
19 this.prototype.events =
20 { 'change #save-granularity-toggle input': 'onSaveGranularityChanged' }
21 }
22
23 afterRender () {
24 return super.afterRender()

Callers 1

SaveLoadView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected