[Proto-Scripty] Re: PeriodicalExecuter Error: this.callback is not a function (prototype.js Line 308)

2009-08-07 Thread Schweitzer
Thank you very much for responding that fast and clear. In fact you are right, I misinterpreted the usage. Thanks to you, this file is closed now ;) On 7 Aug., 10:51, "T.J. Crowder" wrote: > Hi, > > > When I change the line into "new PeriodicalExecuter > > (myobject.unknownMethod(), 3);", firebu

[Proto-Scripty] Re: PeriodicalExecuter Error: this.callback is not a function (prototype.js Line 308)

2009-08-07 Thread T.J. Crowder
Hi, > When I change the line into "new PeriodicalExecuter > (myobject.unknownMethod(), 3);", firebug at once states correctly that > this function doesn't exist, which is right. And if it did exist, it would execute once, immediately, and the PeriodicalExecuter would fail three seconds later. T