Преглед на файлове

Remove another unused state argument

tags/v0.1.3
Fen Dweller преди 5 години
родител
ревизия
b30d437274
променени са 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!


Loading…
Отказ
Запис