removing parens
This commit is contained in:
parent
dd100bf5ac
commit
124acbfbc5
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ jQuery.fn.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return ( this.length ) ?
|
return this.length ?
|
||||||
this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
|
this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
|
||||||
this;
|
this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue