()
| 888 | } |
| 889 | |
| 890 | askToSignUp () { |
| 891 | const createAccountModal = new CreateAccountModal({ supermodel: this.supermodel }) |
| 892 | return this.openModalView(createAccountModal) |
| 893 | } |
| 894 | |
| 895 | askToBuyGemsOrSubscribe (unlockButton) { |
| 896 | let popoverTemplate |
no outgoing calls
no test coverage detected