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

Method initClass

app/views/user/MainUserView.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21class LevelSessionsCollection extends CocoCollection {
22 static initClass () {
23 this.prototype.model = LevelSession
24 }
25
26 constructor (userID) {
27 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected