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 ddcddce..71485b0 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) {