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

Function jqLiteClone

lib/test/angular/1.8.0/angular.js:3331–3333  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

3329}
3330
3331function jqLiteClone(element) {
3332 return element.cloneNode(true);
3333}
3334
3335function jqLiteDealoc(element, onlyDescendants) {
3336 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