()
| 17 | module.exports = (LevelCollection = (function () { |
| 18 | LevelCollection = class LevelCollection extends CocoCollection { |
| 19 | static initClass () { |
| 20 | this.prototype.url = '/db/level' |
| 21 | this.prototype.model = Level |
| 22 | } |
| 23 | |
| 24 | fetchForClassroom (classroomID, options) { |
| 25 | if (options == null) { options = {} } |