mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 22:18:26 -05:00
Fixed docs for .clone(Boolean).
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user