()
| 27 | module.exports = (IsraelSignupView = (function () { |
| 28 | IsraelSignupView = class IsraelSignupView extends RootView { |
| 29 | static initClass () { |
| 30 | this.prototype.id = 'israel-signup-view' |
| 31 | this.prototype.template = template |
| 32 | |
| 33 | this.prototype.events = { |
| 34 | 'submit form': 'onSubmitForm', |
| 35 | 'input input[name="name"]': 'onChangeName', |
| 36 | 'input input[name="password"]': 'onChangePassword' |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | initialize () { |
| 41 | this.state = new State({ |