Kaynağa Gözat

Merge branch 'master' into geta

geta
Fen Dweller 6 yıl önce
ebeveyn
işleme
a3fdcd27c6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      game.js

+ 1
- 1
game.js Dosyayı Görüntüle

@@ -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!


Yükleniyor…
İptal
Kaydet