Added a fix for <script>s getting executed twice when .load()ed.
[jquery.git] / src / jquery / jquery.js
index ddcddce..71485b0 100644 (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) {