mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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 New Issue
Block a user