diff options
author | Ariel Flesler <aflesler@gmail.com> | 2008-05-16 20:00:16 +0000 |
---|---|---|
committer | Ariel Flesler <aflesler@gmail.com> | 2008-05-16 20:00:16 +0000 |
commit | 3b81847f35529ec9642bfca9ddc4d21407c57413 (patch) | |
tree | 1b5110853a9e3130d66c974142980f0d5b1b6c0b | |
parent | 6b535eb79fdb65df1e16997fa73e57cfcb806bbe (diff) | |
download | jquery-3b81847f35529ec9642bfca9ddc4d21407c57413.tar.gz jquery-3b81847f35529ec9642bfca9ddc4d21407c57413.zip |
jquery fx: removing a needless comment after the last commit.
-rw-r--r-- | src/fx.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ); |