X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=71485b0831bc79ac16d7068d05b5ba1158c69a04;hb=c69047213514549551f3f612968bc669561e17c5;hp=ddcddce0640804f912a9344572b4058a9545f306;hpb=c6e6e72561979ab80aaf5ce1ab63d3dd010382a3;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index ddcddce..71485b0 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) {