Skip to content

Commit 124acbf

Browse files
author
Jordan Boesch
committed
removing parens
1 parent dd100bf commit 124acbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manipulation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jQuery.fn.extend({
261261
}
262262
});
263263
} else {
264-
return ( this.length ) ?
264+
return this.length ?
265265
this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
266266
this;
267267
}

0 commit comments

Comments
 (0)