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

Function jqLiteExpandoStore

lib/test/angular/1.5.0/angular.js:2947–2957  ·  view source on GitHub ↗
(element, createIfNecessary)

Source from the content-addressed store, hash-verified

2945
2946
2947function jqLiteExpandoStore(element, createIfNecessary) {
2948 var expandoId = element.ng339,
2949 expandoStore = expandoId && jqCache[expandoId];
2950
2951 if (createIfNecessary && !expandoStore) {
2952 element.ng339 = expandoId = jqNextId();
2953 expandoStore = jqCache[expandoId] = {events: {}, data: {}, handle: undefined};
2954 }
2955
2956 return expandoStore;
2957}
2958
2959
2960function 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