Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isMobile
Function
isMobile
static-mock.js:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
exports.view = {
50
isMobile () {
return
false },
51
isOldBrowser () {
return
false },
52
isChinaOldBrowser () {
return
false },
53
isIPadBrowser () {
return
false }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected