On Nov 19, 7:40 am, alexanmtz <[EMAIL PROTECTED]> wrote:
> Im having the same issue, if you fix the problem, please report
> here...
>
> I'll do the same when I discovered...
>
> On Nov 5, 9:28 pm, Nicolae Namolovan <[EMAIL PROTECTED]> wrote:> I'm doing
>
> > $('#some').SlideInRight(500);
>
> > The effect is working, but after I start to get millions of the same
> > errors into console:
>
> > this.options.curAnim has no properties
> > ../js/jquery-1.2.1.js
> > Line 2833
>

hello, I'm getting that error too, in the svn checkout, line 3023:

3018 if ( t > this.options.duration + this.startTime ) {
3019 this.now = this.end;
3020 this.pos = this.state = 1;
3021 this.update();
3022
3023 this.options.curAnim[ this.prop ] = true;
3024
3025 var done = true;
3026 for ( var i in this.options.curAnim )
3027 if ( this.options.curAnim[i] !== true )
3028 done = false;

*just* updated about half hour ago, same error, same line i think
even.

Reply via email to