removing parens
This commit is contained in:
parent
dd100bf5ac
commit
124acbfbc5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue