()
| 14 | module.exports = (PatchesCollection = (function () { |
| 15 | PatchesCollection = class PatchesCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = PatchModel |
| 18 | } |
| 19 | |
| 20 | constructor (models, options, forModel, status) { |
| 21 | super(...arguments) |