jquery fx: removing a needless comment after the last commit.
authorAriel Flesler <aflesler@gmail.com>
Fri, 16 May 2008 20:00:16 +0000 (20:00 +0000)
committerAriel Flesler <aflesler@gmail.com>
Fri, 16 May 2008 20:00:16 +0000 (20:00 +0000)
src/fx.js

index 116711f..ee8ab81 100644 (file)
--- 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 );