()
| 26 | module.exports = (PendingPatchesView = (function () { |
| 27 | PendingPatchesView = class PendingPatchesView extends RootView { |
| 28 | static initClass () { |
| 29 | this.prototype.id = 'pending-patches-view' |
| 30 | this.prototype.template = template |
| 31 | } |
| 32 | |
| 33 | constructor (options) { |
| 34 | super(options) |