(element)
| 2857 | } |
| 2858 | |
| 2859 | function jqLiteClone(element) { |
| 2860 | return element.cloneNode(true); |
| 2861 | } |
| 2862 | |
| 2863 | function jqLiteDealoc(element, onlyDescendants) { |
| 2864 | if (!onlyDescendants) jqLiteRemoveData(element); |
no outgoing calls
no test coverage detected