Tagging the 1.2.6 release.
[jquery.git] / 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 );