bugfix
This commit is contained in:
parent
afb965dc9c
commit
dff8922a08
@ -115,7 +115,7 @@ var schedule_interval = function(f, t){
|
|||||||
var mf = function(func, t){
|
var mf = function(func, t){
|
||||||
console.log('arguments:', func, t);
|
console.log('arguments:', func, t);
|
||||||
func();
|
func();
|
||||||
return schedule_once(mf.bind(func, t), t);
|
schedule_once(mf.bind(func, t), t);
|
||||||
}
|
}
|
||||||
return schedule_once(mf.bind(f,t), t);
|
return schedule_once(mf.bind(f,t), t);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user