()
| 16 | module.exports = (CocoCollection = (function () { |
| 17 | CocoCollection = class CocoCollection extends Backbone.Collection { |
| 18 | static initClass () { |
| 19 | this.prototype.loaded = false |
| 20 | this.prototype.model = null |
| 21 | } |
| 22 | |
| 23 | initialize (models, options) { |
| 24 | if (options == null) { options = {} } |