Commit 31a78b30 authored by liujiangnan's avatar liujiangnan

fix:

parent cec29d63
...@@ -223,7 +223,7 @@ cc.Class({ ...@@ -223,7 +223,7 @@ cc.Class({
callback('WRONG') callback('WRONG')
} }
}, 1000); }, 1000);
this._timeoutIds.push(id); this._intervalIds.push(id);
// Perform cleanup // Perform cleanup
return () => clearInterval(id); return () => clearInterval(id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment