jquery fx: removing a needless comment after the last commit.

This commit is contained in:
Ariel Flesler 2008-05-16 20:00:16 +00:00
parent 6b535eb79f
commit 3b81847f35

View file

@ -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 );