Przeglądaj źródła

Merge branch 'master' into geta

geta
Fen Dweller 6 lat temu
rodzic
commit
a3fdcd27c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      game.js

+ 1
- 1
game.js Wyświetl plik

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


// the timer may have terminated itself! // the timer may have terminated itself!


Ładowanie…
Anuluj
Zapisz