MCPcopy
hub / github.com/angular-ui/ui-grid / jqLiteClone

Function jqLiteClone

lib/test/angular/1.7.0/angular.js:3220–3222  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

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

Callers 2

applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected