Просмотр исходного кода

Merge branch 'master' into geta

geta
Fen Dweller 5 лет назад
Родитель
Сommit
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!


Загрузка…
Отмена
Сохранить