Переглянути джерело

Merge branch 'master' into geta

geta
Fen Dweller 6 роки тому
джерело
коміт
a3fdcd27c6
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      game.js

+ 1
- 1
game.js Переглянути файл

@@ -118,7 +118,7 @@ Returns the timeout id - but you still need to cancel it through stopTimer!
*/
function startTimer(config) {
const timeout = setTimeout(() => {
const result = config.func(state, config);
const result = config.func(config);
refresh();

// the timer may have terminated itself!


Завантаження…
Відмінити
Зберегти