()
| 306 | } |
| 307 | |
| 308 | askToSignUp () { |
| 309 | const createAccountModal = new CreateAccountModal({ supermodel: this.supermodel }) |
| 310 | return this.openModalView(createAccountModal) |
| 311 | } |
| 312 | |
| 313 | askToBuyGemsOrSubscribe (unlockButton) { |
| 314 | let popoverTemplate |
no outgoing calls
no test coverage detected