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

Function jqLiteDealoc

lib/test/angular/1.7.0/angular.js:3224–3230  ·  view source on GitHub ↗
(element, onlyDescendants)

Source from the content-addressed store, hash-verified

3222}
3223
3224function jqLiteDealoc(element, onlyDescendants) {
3225 if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]);
3226
3227 if (element.querySelectorAll) {
3228 jqLite.cleanData(element.querySelectorAll('*'));
3229 }
3230}
3231
3232function isEmptyObject(obj) {
3233 var name;

Callers 3

jqLiteEmptyFunction · 0.70
jqLiteRemoveFunction · 0.70
angular.jsFile · 0.70

Calls 1

jqLiteAcceptsDataFunction · 0.70

Tested by

no test coverage detected