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

Class

app/collections/LevelComponents.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected