MCPcopy Create free account
hub / github.com/angular-ui/ui-router / jqLiteDealoc

Function jqLiteDealoc

test/angular/1.2/angular.js:2395–2400  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2393}
2394
2395function jqLiteDealoc(element){
2396 jqLiteRemoveData(element);
2397 for ( var i = 0, children = element.childNodes || []; i < children.length; i++) {
2398 jqLiteDealoc(children[i]);
2399 }
2400}
2401
2402function jqLiteOff(element, type, fn, unsupported) {
2403 if (isDefined(unsupported)) throw jqLiteMinErr('offargs', 'jqLite#off() does not support the `selector` argument');

Callers 2

jqLiteEmptyFunction · 0.70
angular.jsFile · 0.70

Calls 1

jqLiteRemoveDataFunction · 0.70

Tested by

no test coverage detected