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

Method initClass

app/collections/LevelSystems.js:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (LevelSystems = (function () {
13 LevelSystems = class LevelSystems extends CocoCollection {
14 static initClass () {
15 this.prototype.url = '/db/level.system'
16 this.prototype.model = LevelSystem
17 }
18 }
19 LevelSystems.initClass()
20 return LevelSystems

Callers 1

LevelSystems.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected