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

Function jqLiteEmpty

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

Source from the content-addressed store, hash-verified

2689}
2690
2691function jqLiteEmpty(element) {
2692 jqLiteDealoc(element, true);
2693 while (element.firstChild) {
2694 element.removeChild(element.firstChild);
2695 }
2696}
2697
2698function jqLiteRemove(element, keepData) {
2699 if (!keepData) jqLiteDealoc(element);

Callers

nothing calls this directly

Calls 1

jqLiteDealocFunction · 0.70

Tested by

no test coverage detected