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

Class

app/collections/Levels.js:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17module.exports = (LevelCollection = (function () {
18 LevelCollection = class LevelCollection extends CocoCollection {
19 static initClass () {
20 this.prototype.url = '/db/level'
21 this.prototype.model = Level

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected