git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd100bf
)
removing parens
author
Jordan Boesch
<jordan@boedesign.com>
Mon, 14 Mar 2011 20:17:02 +0000
(14:17 -0600)
committer
Jordan Boesch
<jordan@boedesign.com>
Mon, 14 Mar 2011 20:17:02 +0000
(14:17 -0600)
src/manipulation.js
patch
|
blob
|
history
diff --git
a/src/manipulation.js
b/src/manipulation.js
index
613faab
..
27f81cc
100644
(file)
--- a/
src/manipulation.js
+++ b/
src/manipulation.js
@@
-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;
}