Commit 8de5506e authored by liujiangnan's avatar liujiangnan

debug

parent 157c5e8c
...@@ -204,7 +204,7 @@ export function timerManager () { ...@@ -204,7 +204,7 @@ export function timerManager () {
for (const key in window.timerManager) { for (const key in window.timerManager) {
const obj = window.timerManager[key]; const obj = window.timerManager[key];
if(obj.handler){ if(obj.handler){
window[type](obj.handler); window[obj.type](obj.handler);
} }
} }
} }
......
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