(element)
| 3329 | } |
| 3330 | |
| 3331 | function jqLiteClone(element) { |
| 3332 | return element.cloneNode(true); |
| 3333 | } |
| 3334 | |
| 3335 | function jqLiteDealoc(element, onlyDescendants) { |
| 3336 | if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); |
no outgoing calls
no test coverage detected