MCPcopy Index your code
hub / github.com/codecombat/codecombat / onAway

Function onAway

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

Source from the content-addressed store, hash-verified

12
13const idleTracker = new Idle({ // eslint-disable-line no-undef
14 onAway () {
15 return Backbone.Mediator.publish('view-visibility:away', {})
16 },
17 onAwayBack () {
18 return Backbone.Mediator.publish('view-visibility:away-back', {})
19 },

Callers

nothing calls this directly

Calls 1

publishMethod · 0.80

Tested by

no test coverage detected