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

Method initClass

app/views/play/CampaignView.js:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65class LevelSessionsCollection extends CocoCollection {
66 static initClass () {
67 this.prototype.url = ''
68 this.prototype.model = LevelSession
69 }
70
71 constructor (model) {
72 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected