If someone can send me a test case I'd be more than happy to commit this to SVN.

--
Brandon Aaron

On 10/10/06, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
>
> Brandon Aaron schrieb:
> > If I understand the issue correctly changing this line (#318) in fx.js:
> > this.curAnim = prop;
> > to this;
> > this.curAnim = jQuery.extend({}, prop);
> >
> > Should fix the problem. However, I have no test case to run this against.
>
> Yes, that looks good I think. Mike once pointed out that $.extend does
> only a shallow copy , so if the animate hash is going to be changed to
> hold another object as a value we will run into new problems. This is
> not very likely, but we should keep that in mind...
>
>
> -- Klaus
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to