提交 d9fa65c7 编写于 作者: L lang

fix the stepTime in force

上级 042fce51
......@@ -568,7 +568,7 @@ define(function(require) {
function cb() {
if (_updating) {
_step();
setTimeout(cb, stepTime);
setTimeout(cb, stepTime * 1000);
}
}
setTimeout(cb, stepTime * 1000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册