| 15 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected