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

Method onLoad

app/views/ladder/SimulateTabView.js:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 onLoad () {
204 if (this.destroyed) { return }
205 this.loaded = true
206 return this.trigger('sync', this)
207 }
208
209 onFail (resource, jqxhr) {
210 if (this.destroyed) { return }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected