浏览代码

Merge branch 'master' into geta

geta
Fen Dweller 5 年前
父节点
当前提交
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!


正在加载...
取消
保存