(options)
| 25 | } |
| 26 | |
| 27 | constructor (options) { |
| 28 | super(options) |
| 29 | this.prepaids = new Prepaids() |
| 30 | this.supermodel.trackRequest(this.prepaids.fetchMineAndShared()) |
| 31 | this.listenTo(this.prepaids, 'sync', this.gotPrepaids) |
| 32 | this.shown = false |
| 33 | } |
| 34 | |
| 35 | afterRender () { |
| 36 | super.afterRender() |
nothing calls this directly
no test coverage detected