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

Class

app/core/ViewVisibleTimer.js:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49The view should also call updateViewVisibleTimer after any time the visible premium feature may have changed. This function is idempotent.
50*/
51class ViewVisibleTimer extends CocoClass {
52 static initClass () {
53 this.prototype.subscriptions = {
54 'view-visibility:away': 'onAway',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected