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

Function jqLiteEmpty

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

Source from the content-addressed store, hash-verified

3443}
3444
3445function jqLiteEmpty(element) {
3446 jqLiteDealoc(element, true);
3447 while (element.firstChild) {
3448 element.removeChild(element.firstChild);
3449 }
3450}
3451
3452function jqLiteRemove(element, keepData) {
3453 if (!keepData) jqLiteDealoc(element);

Callers

nothing calls this directly

Calls 1

jqLiteDealocFunction · 0.70

Tested by

no test coverage detected