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

Method initClass

app/views/ladder/MainTournamentView.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36class LadderCollection extends CocoCollection {
37 static initClass () {
38 this.prototype.url = ''
39 this.prototype.model = Level
40 }
41
42 constructor (model) {
43 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected