From: Ariel Flesler Date: Fri, 16 May 2008 20:00:16 +0000 (+0000) Subject: jquery fx: removing a needless comment after the last commit. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=3b81847f35529ec9642bfca9ddc4d21407c57413;p=jquery.git jquery fx: removing a needless comment after the last commit. --- 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 );