[Proto-Scripty] Re: Queue is slow

2009-05-30 Thread Kirk Strobeck
Better than that.. I registered some globals, and with a simple if statement, they don't allow overlapping animations, and its much more reliable than I would have thought. They are split so you can do a simultaneous open one close another animation. -- var animationUp = null; var animationDown

[Proto-Scripty] Re: add more paramaters to call on a observe?

2009-05-30 Thread T.J. Crowder
Hi, > Thanks T.J., with curry has enough Aren't you using an object instance method? Function#curry won't preserve context (so if you use "this" within the method, it will refer to the wrong object). -- T.J. :-) On May 30, 12:58 am, "Miguel Beltran R." wrote: > > (And again, if you didn't ne

[Proto-Scripty] Re: add more paramaters to call on a observe?

2009-05-30 Thread Miguel Beltran R.
> > Aren't you using an object instance method? Function#curry won't > preserve context (so if you use "this" within the method, it will > refer to the wrong object). > > For this case no need use "this". --~--~-~--~~~---~--~~ You received this message because you