()
| 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 |
| 17 | } |
| 18 | } |
| 19 | LevelComponents.initClass() |
| 20 | return LevelComponents |