This commit is contained in:
yumoqing 2024-10-11 18:03:14 +08:00
parent b761b820db
commit e0d17cf7e0

View File

@ -117,7 +117,7 @@ var schedule_interval = function(f, t){
func();
schedule_once(mf.bind(func, t), t);
}
return schedule_once(mf.bind(f,t), t);
schedule_once(mf.bind(f,t), t);
}
var debug = function(){