diff options
author | John Resig <jeresig@gmail.com> | 2007-01-10 21:19:20 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-01-10 21:19:20 +0000 |
commit | bb3520432673f18c3e461cb319e4be6bf547f23d (patch) | |
tree | 2abe834d32e2f3b5aa677129a5179ab06a7156b2 | |
parent | c6e6e72561979ab80aaf5ce1ab63d3dd010382a3 (diff) | |
download | jquery-bb3520432673f18c3e461cb319e4be6bf547f23d.tar.gz jquery-bb3520432673f18c3e461cb319e4be6bf547f23d.zip |
Fixed docs for .clone(Boolean).
-rw-r--r-- | src/jquery/jquery.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index ddcddce06..71485b083 100644 --- 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) { |