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

Function isIPadBrowser

static-mock.js:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 isOldBrowser () { return false },
52 isChinaOldBrowser () { return false },
53 isIPadBrowser () { return false }
54}
55
56exports.getQueryVariable = () => null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected