()
| 19 | module.exports = (PaymentsView = (function () { |
| 20 | PaymentsView = class PaymentsView extends RootView { |
| 21 | static initClass () { |
| 22 | this.prototype.id = 'payments-view' |
| 23 | this.prototype.template = template |
| 24 | } |
| 25 | |
| 26 | initialize () { |
| 27 | super.initialize() |