From 3b81847f35529ec9642bfca9ddc4d21407c57413 Mon Sep 17 00:00:00 2001 From: Ariel Flesler Date: Fri, 16 May 2008 20:00:16 +0000 Subject: [PATCH] jquery fx: removing a needless comment after the last commit. --- src/fx.js | 1 - 1 file changed, 1 deletion(-) 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 ); -- 1.7.10.4