(score)
| 428 | } |
| 429 | |
| 430 | function scoreToString(score) { |
| 431 | return mode === MODE_ENDLESS ? score.toFixed(2) : score.toString(); |
| 432 | } |
| 433 | |
| 434 | function legalDeviationTime() { |
| 435 | return deviationTime < (_gameSettingNum + 3) * 1000; |
no outgoing calls
no test coverage detected