removing parens

This commit is contained in:
Jordan Boesch 2011-03-14 14:17:02 -06:00
parent dd100bf5ac
commit 124acbfbc5

View File

@ -261,7 +261,7 @@ jQuery.fn.extend({
}
});
} else {
return ( this.length ) ?
return this.length ?
this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
this;
}