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:
c6e6e72
)
Fixed docs for .clone(Boolean).
author
John Resig
<jeresig@gmail.com>
Wed, 10 Jan 2007 21:19:20 +0000
(21:19 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 10 Jan 2007 21:19:20 +0000
(21:19 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
ddcddce
..
71485b0
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-813,6
+813,7
@@
jQuery.fn = jQuery.prototype = {
*
* @name clone
* @type jQuery
+ * @param Boolean deep (Optional) Set to false if you don't want to clone all descendant nodes, in addition to the element itself.
* @cat DOM/Manipulation
*/
clone: function(deep) {