Skip to content

Commit

Permalink
removing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Boesch committed Mar 14, 2011
1 parent dd100bf commit 124acbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manipulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 124acbf

Please sign in to comment.