]> source.dussan.org Git - jquery.git/commitdiff
Fixed docs for .clone(Boolean).
authorJohn Resig <jeresig@gmail.com>
Wed, 10 Jan 2007 21:19:20 +0000 (21:19 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 10 Jan 2007 21:19:20 +0000 (21:19 +0000)
src/jquery/jquery.js

index ddcddce0640804f912a9344572b4058a9545f306..71485b0831bc79ac16d7068d05b5ba1158c69a04 100644 (file)
@@ -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) {