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

Function jqLiteDealoc

lib/test/angular/1.4.3/angular.js:2770–2779  ·  view source on GitHub ↗
(element, onlyDescendants)

Source from the content-addressed store, hash-verified

2768}
2769
2770function jqLiteDealoc(element, onlyDescendants) {
2771 if (!onlyDescendants) jqLiteRemoveData(element);
2772
2773 if (element.querySelectorAll) {
2774 var descendants = element.querySelectorAll('*');
2775 for (var i = 0, l = descendants.length; i < l; i++) {
2776 jqLiteRemoveData(descendants[i]);
2777 }
2778 }
2779}
2780
2781function jqLiteOff(element, type, fn, unsupported) {
2782 if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument');

Callers 3

jqLiteEmptyFunction · 0.70
jqLiteRemoveFunction · 0.70
angular.jsFile · 0.70

Calls 1

jqLiteRemoveDataFunction · 0.70

Tested by

no test coverage detected