MCPcopy Create free account
hub / github.com/apache/cloudstack / JQLiteDealoc

Function JQLiteDealoc

tools/ngui/static/js/lib/angular.js:1607–1612  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1605}
1606
1607function JQLiteDealoc(element){
1608 JQLiteRemoveData(element);
1609 for ( var i = 0, children = element.childNodes || []; i < children.length; i++) {
1610 JQLiteDealoc(children[i]);
1611 }
1612}
1613
1614function JQLiteUnbind(element, type, fn) {
1615 var events = JQLiteExpandoStore(element, 'events'),

Callers 1

angular.jsFile · 0.85

Calls 1

JQLiteRemoveDataFunction · 0.85

Tested by

no test coverage detected