From bb3520432673f18c3e461cb319e4be6bf547f23d Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 10 Jan 2007 21:19:20 +0000 Subject: Fixed docs for .clone(Boolean). --- src/jquery/jquery.js | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3