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

Method initClass

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

Source from the content-addressed store, hash-verified

77
78class CampaignsCollection extends CocoCollection {
79 static initClass () {
80 // We don't send all of levels, just the parts needed in countLevels
81 this.prototype.url = '/db/campaign/-/overworld?project=slug,adjacentCampaigns,name,fullName,description,i18n,color,levels'
82 this.prototype.model = Campaign
83 }
84}
85CampaignsCollection.initClass()
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected