()
| 1430 | } |
| 1431 | |
| 1432 | const isChinaOldBrowser = function () { |
| 1433 | if (features.china && isOldBrowser()) { |
| 1434 | return true |
| 1435 | } |
| 1436 | return false |
| 1437 | } |
| 1438 | |
| 1439 | // AI League arenas |
| 1440 | const arenas = [ |
nothing calls this directly
no test coverage detected