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

Function isOldBrowser

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

Source from the content-addressed store, hash-verified

49exports.view = {
50 isMobile () { return false },
51 isOldBrowser () { return false },
52 isChinaOldBrowser () { return false },
53 isIPadBrowser () { return false }
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected