(e)
| 98 | } |
| 99 | |
| 100 | onSignupInstead (e) { |
| 101 | const CreateAccountModal = require('./CreateAccountModal') |
| 102 | const modal = new CreateAccountModal({ initialValues: forms.formToObject(this.$el, this.subModalContinue) }) |
| 103 | return globalVar.currentView.openModalView(modal) |
| 104 | } |
| 105 | |
| 106 | onSubmitForm (e) { |
| 107 | this.playSound('menu-button-click') |
nothing calls this directly
no outgoing calls
no test coverage detected