removing parens
authorJordan Boesch <jordan@boedesign.com>
Mon, 14 Mar 2011 20:17:02 +0000 (14:17 -0600)
committerJordan Boesch <jordan@boedesign.com>
Mon, 14 Mar 2011 20:17:02 +0000 (14:17 -0600)
src/manipulation.js

index 613faab..27f81cc 100644 (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;
                }