aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-05-16 20:00:16 +0000
committerAriel Flesler <aflesler@gmail.com>2008-05-16 20:00:16 +0000
commit3b81847f35529ec9642bfca9ddc4d21407c57413 (patch)
tree1b5110853a9e3130d66c974142980f0d5b1b6c0b
parent6b535eb79fdb65df1e16997fa73e57cfcb806bbe (diff)
downloadjquery-3b81847f35529ec9642bfca9ddc4d21407c57413.tar.gz
jquery-3b81847f35529ec9642bfca9ddc4d21407c57413.zip
jquery fx: removing a needless comment after the last commit.
-rw-r--r--src/fx.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fx.js b/src/fx.js
index 116711ff1..ee8ab81a9 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 );