(e)
| 169 | } |
| 170 | |
| 171 | onClickCreateAccountTeacherButton (e) { |
| 172 | this.homePageEvent('Started Signup') |
| 173 | return this.openModalView(new CreateAccountModal({ startOnPath: 'teacher' })) |
| 174 | } |
| 175 | |
| 176 | cleanupModals () { |
| 177 | if (this.getStartedSignupContainer) { |
nothing calls this directly
no test coverage detected