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

Method onLevelStarted

app/views/play/SpectateView.js:216–224  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

214 }
215
216 onLevelStarted (e) {
217 const go = () => {
218 if (this.loadingView != null) {
219 this.loadingView.startUnveiling()
220 }
221 return (this.loadingView != null ? this.loadingView.unveil(true) : undefined)
222 }
223 return _.delay(go, 1000)
224 }
225
226 onLoadingViewUnveiled (e) {
227 // Don't remove it; we want its decoration around on large screens.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected