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
[email protected]
http://jquery.com/discuss/