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

Method onAwayBack

app/core/ViewVisibleTimer.js:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 onAwayBack () {
120 clearTimeout(this.awayTimeoutId)
121 if (!this.running && this.featureData) { return this.startTimer(this.featureData) }
122 }
123
124 onHidden () {
125 return this.stopTimer({ subtractTimeout: false })

Callers

nothing calls this directly

Calls 1

startTimerMethod · 0.95

Tested by

no test coverage detected