()
| 32 | } |
| 33 | |
| 34 | static initClass () { |
| 35 | this.prototype.id = 'prepaid-view' |
| 36 | this.prototype.template = template |
| 37 | this.prototype.className = 'container-fluid' |
| 38 | |
| 39 | this.prototype.events = { |
| 40 | 'click #lookup-code-btn': 'onClickLookupCodeButton', |
| 41 | 'click #redeem-code-btn': 'onClickRedeemCodeButton', |
| 42 | 'click .start-subscription-button': 'onClickStartSubscription' |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | initialize () { |
| 47 | let left |