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

Function jqLiteExpandoStore

lib/test/angular/1.6.7/angular.js:3316–3326  ·  view source on GitHub ↗
(element, createIfNecessary)

Source from the content-addressed store, hash-verified

3314
3315
3316function jqLiteExpandoStore(element, createIfNecessary) {
3317 var expandoId = element.ng339,
3318 expandoStore = expandoId && jqCache[expandoId];
3319
3320 if (createIfNecessary && !expandoStore) {
3321 element.ng339 = expandoId = jqNextId();
3322 expandoStore = jqCache[expandoId] = {events: {}, data: {}, handle: undefined};
3323 }
3324
3325 return expandoStore;
3326}
3327
3328
3329function jqLiteData(element, key, value) {

Callers 3

jqLiteOffFunction · 0.70
jqLiteDataFunction · 0.70
angular.jsFile · 0.70

Calls 1

jqNextIdFunction · 0.70

Tested by

no test coverage detected