This commit is contained in:
yumoqing 2026-01-23 17:25:13 +08:00
parent 7f5f1c2b56
commit 3c3c1e1050

View File

@ -354,7 +354,7 @@ var schedule_once = function(f, t){
t:time in second unit
*/
t = t * 1000
window.setTimeout(f, t);
return window.setTimeout(f, t);
}
var schedule_interval = function(f, t){