MCPcopy Index your code
hub / github.com/unconed/TermKit / resolve

Function resolve

HTML/jquery.js:1856–1860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1854 markDataKey = type + "mark",
1855 tmp;
1856 function resolve() {
1857 if ( !( --count ) ) {
1858 defer.resolveWith( elements, [ elements ] );
1859 }
1860 }
1861 while( i-- ) {
1862 if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) ||
1863 ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) ||

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected