()
| 16 | module.exports = (UnsubscribeView = (function () { |
| 17 | UnsubscribeView = class UnsubscribeView extends RootView { |
| 18 | static initClass () { |
| 19 | this.prototype.id = 'unsubscribe-view' |
| 20 | this.prototype.template = template |
| 21 | |
| 22 | this.prototype.events = |
| 23 | { 'click #unsubscribe-button': 'onUnsubscribeButtonClicked' } |
| 24 | } |
| 25 | |
| 26 | initialize () { |
| 27 | return this.email = utils.getQueryVariable('email') |