mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user