| 11 | |
| 12 | module.exports = (LevelComponents = (function () { |
| 13 | LevelComponents = class LevelComponents extends CocoCollection { |
| 14 | static initClass () { |
| 15 | this.prototype.url = '/db/level.component' |
| 16 | this.prototype.model = LevelComponent |
nothing calls this directly
no outgoing calls
no test coverage detected