(element)
| 2496 | } |
| 2497 | |
| 2498 | function jqLiteClone(element) { |
| 2499 | return element.cloneNode(true); |
| 2500 | } |
| 2501 | |
| 2502 | function jqLiteDealoc(element, onlyDescendants) { |
| 2503 | if (!onlyDescendants) jqLiteRemoveData(element); |
no outgoing calls
no test coverage detected