mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix for #237
This commit is contained in:
parent
cafd40805a
commit
692d676e99
@ -315,7 +315,7 @@ jQuery.fn.extend({
|
||||
animate: function(prop,speed,callback) {
|
||||
return this.queue(function(){
|
||||
|
||||
this.curAnim = prop;
|
||||
this.curAnim = jQuery.extend({}, prop);
|
||||
|
||||
for ( var p in prop ) {
|
||||
var e = new jQuery.fx( this, jQuery.speed(speed,callback), p );
|
||||
|
Loading…
Reference in New Issue
Block a user