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

Method initClass

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

Source from the content-addressed store, hash-verified

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

Callers 1

LevelComponents.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected