mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 19:08:32 -05:00
removing parens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user