MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / jqLiteClone

Function jqLiteClone

code/songhop/www/lib/angular/angular.js:2498–2500  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2496}
2497
2498function jqLiteClone(element) {
2499 return element.cloneNode(true);
2500}
2501
2502function jqLiteDealoc(element, onlyDescendants) {
2503 if (!onlyDescendants) jqLiteRemoveData(element);

Callers 2

applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected