(element)
| 3218 | } |
| 3219 | |
| 3220 | function jqLiteClone(element) { |
| 3221 | return element.cloneNode(true); |
| 3222 | } |
| 3223 | |
| 3224 | function jqLiteDealoc(element, onlyDescendants) { |
| 3225 | if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); |
no outgoing calls
no test coverage detected