(element)
| 3264 | } |
| 3265 | |
| 3266 | function jqLiteClone(element) { |
| 3267 | return element.cloneNode(true); |
| 3268 | } |
| 3269 | |
| 3270 | function jqLiteDealoc(element, onlyDescendants) { |
| 3271 | if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]); |
no outgoing calls
no test coverage detected