MCPcopy Create free account
hub / github.com/JsAaron/jQuery / resolve

Function resolve

1.6.1/src/queue.js:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 markDataKey = type + "mark",
152 tmp;
153 function resolve() {
154 if ( !( --count ) ) {
155 defer.resolveWith( elements, [ elements ] );
156 }
157 }
158 while( i-- ) {
159 if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) ||
160 ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) ||

Callers 1

queue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected