()
| 29 | module.exports = (Classroom = (function () { |
| 30 | Classroom = class Classroom extends CocoModel { |
| 31 | static initClass () { |
| 32 | this.className = 'Classroom' |
| 33 | this.schema = schema |
| 34 | this.prototype.urlRoot = '/db/classroom' |
| 35 | } |
| 36 | |
| 37 | initialize () { |
| 38 | this.listenTo(this, 'change:aceConfig', this.capitalizeLanguageName) |