| 13 | |
| 14 | module.exports = (PatchesCollection = (function () { |
| 15 | PatchesCollection = class PatchesCollection extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = PatchModel |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected