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

Method initClass

app/views/ladder/MainLadderView.js:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31module.exports = (MainLadderView = (function () {
32 MainLadderView = class MainLadderView extends RootView {
33 static initClass () {
34 this.prototype.id = 'main-ladder-view'
35 this.prototype.template = template
36 }
37
38 constructor () {
39 super()

Callers 1

MainLadderView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected