()
| 96 | } |
| 97 | |
| 98 | onLoaded () { |
| 99 | if (this.trialRequests != null ? this.trialRequests.size() : undefined) { this.trialRequest = this.trialRequests.first() } |
| 100 | return super.onLoaded() |
| 101 | } |
| 102 | |
| 103 | onClickRequestQuote (e) { |
| 104 | this.playSound('menu-button-click') |
nothing calls this directly
no outgoing calls
no test coverage detected