X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffx.js;h=ee8ab81a99f81ea95eb6217fee9653d902c35c91;hb=895df76146e2486c812a3a9bc5ed1585b0176f21;hp=116711ff1957354275fb735a72e1239a6f2dbff8;hpb=6b535eb79fdb65df1e16997fa73e57cfcb806bbe;p=jquery.git diff --git a/src/fx.js b/src/fx.js index 116711f..ee8ab81 100644 --- a/src/fx.js +++ b/src/fx.js @@ -378,7 +378,6 @@ jQuery.fx.prototype = { jQuery.attr(this.elem.style, p, this.options.orig[p]); } - // If a callback was provided, execute it if ( done ) // Execute the complete function this.options.complete.call( this.elem );