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

Method initClass

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

Source from the content-addressed store, hash-verified

17
18class LevelSessionsCollection extends CocoCollection {
19 static initClass () {
20 this.prototype.url = ''
21 this.prototype.model = LevelSession
22 }
23
24 constructor (model) {
25 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected