(options)
| 31 | } |
| 32 | |
| 33 | constructor (options) { |
| 34 | super(options) |
| 35 | this.nameMap = {} |
| 36 | this.patches = this.supermodel.loadCollection(new PendingPatchesCollection(), 'patches', { cache: false }).model |
| 37 | } |
| 38 | |
| 39 | onLoaded () { |
| 40 | super.onLoaded() |
nothing calls this directly
no outgoing calls
no test coverage detected