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

Function isChinaOldBrowser

app/core/utils.js:1432–1437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1430}
1431
1432const isChinaOldBrowser = function () {
1433 if (features.china && isOldBrowser()) {
1434 return true
1435 }
1436 return false
1437}
1438
1439// AI League arenas
1440const arenas = [

Callers

nothing calls this directly

Calls 1

isOldBrowserFunction · 0.70

Tested by

no test coverage detected