diff options
Diffstat (limited to 'src')
-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) { |