()
| 14 | module.exports = (Patches = (function () { |
| 15 | Patches = class Patches extends CocoCollection { |
| 16 | static initClass () { |
| 17 | this.prototype.model = PatchModel |
| 18 | } |
| 19 | |
| 20 | fetchMineFor (targetModel, options) { |
| 21 | if (options == null) { options = {} } |