MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / jqLiteRemoveData

Function jqLiteRemoveData

lib/test/angular/1.7.0/angular.js:3294–3307  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

3292}
3293
3294function jqLiteRemoveData(element, name) {
3295 var expandoId = element.ng339;
3296 var expandoStore = expandoId && jqCache[expandoId];
3297
3298 if (expandoStore) {
3299 if (name) {
3300 delete expandoStore.data[name];
3301 } else {
3302 expandoStore.data = {};
3303 }
3304
3305 removeIfEmptyData(element);
3306 }
3307}
3308
3309
3310function jqLiteExpandoStore(element, createIfNecessary) {

Callers 1

angular.jsFile · 0.70

Calls 1

removeIfEmptyDataFunction · 0.70

Tested by

no test coverage detected