bugfix
This commit is contained in:
parent
b761b820db
commit
e0d17cf7e0
@ -117,7 +117,7 @@ var schedule_interval = function(f, t){
|
|||||||
func();
|
func();
|
||||||
schedule_once(mf.bind(func, t), t);
|
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(){
|
var debug = function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user