(...args)
| 39 | module.exports = (HomeView = (function () { |
| 40 | HomeView = class HomeView extends RootView { |
| 41 | constructor (...args) { |
| 42 | super(...args) |
| 43 | this.onCarouselSlide = this.onCarouselSlide.bind(this) |
| 44 | this.activateCarousels = this.activateCarousels.bind(this) |
| 45 | this.renderedPaymentNoty = false |
| 46 | this.getBanner() |
| 47 | } |
| 48 | |
| 49 | static initClass () { |
| 50 | this.prototype.id = 'home-view' |