Fixed docs for .clone(Boolean).

This commit is contained in:
John Resig 2007-01-10 21:19:20 +00:00
parent c6e6e72561
commit bb35204326

View 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) {