MCPcopy Create free account
hub / github.com/codecombat/codecombat / onLoaded

Method onLoaded

app/views/HomeCNView.js:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected