Fixed docs for .clone(Boolean).
This commit is contained in:
parent
c6e6e72561
commit
bb35204326
1
src/jquery/jquery.js
vendored
1
src/jquery/jquery.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue