MCPcopy
hub / github.com/dataarts/dat.gui / resolve

Function resolve

tests/jquery.js:1924–1928  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1922 markDataKey = type + "mark",
1923 tmp;
1924 function resolve() {
1925 if ( !( --count ) ) {
1926 defer.resolveWith( elements, [ elements ] );
1927 }
1928 }
1929 while( i-- ) {
1930 if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) ||
1931 ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) ||

Callers 2

rollup.config.jsFile · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…