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

Method initClass

app/views/ladder/LadderView.js:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53class LevelSessionsCollection extends CocoCollection {
54 static initClass () {
55 this.prototype.url = ''
56 this.prototype.model = LevelSession
57 }
58
59 constructor (levelID) {
60 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected