瀏覽代碼

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!


Loading…
取消
儲存