Displaying 1 result from an estimated 1 matches for "permadi".
Did you mean:
perma
2005 Dec 12
2
PeriodicalExecuter passing variables to the callback function
I trying to pass a variable to the call back function of when utilizing
the PeriodicalExecuter function
ex.
new PeriodicalExecuter(refresh, 10);
works
but
new PeriodicalExecuter(refresh(id), 10);
works once then errors after the 10 seconds, I get "this.callback is
not a function"