()
| 117 | } |
| 118 | |
| 119 | openCreateAccountModal () { |
| 120 | if (!me.isAnonymous()) { |
| 121 | return |
| 122 | } |
| 123 | this.openModalView(new CreateAccountModal({ mode: 'signup' })) |
| 124 | } |
| 125 | } |
| 126 | AIView.initClass() |
| 127 | return AIView |
nothing calls this directly
no test coverage detected