Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ onVisible
Function
onVisible
app/core/ViewVisibleTimer.js:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
return
Backbone.Mediator.publish(
'view-visibility:hidden'
, {})
22
},
23
onVisible () {
24
return
Backbone.Mediator.publish(
'view-visibility:visible'
, {})
25
},
26
awayTimeout: 1000
27
})
28
Callers
nothing calls this directly
Calls
1
publish
Method · 0.80
Tested by
no test coverage detected