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

Function resolve

2.1.1/test/jquery-2.1.1.js:3965–3969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3963 elements = this,
3964 i = this.length,
3965 resolve = function() {
3966 if ( !( --count ) ) {
3967 defer.resolveWith( elements, [ elements ] );
3968 }
3969 };
3970
3971 if ( typeof type !== "string" ) {
3972 obj = type;

Callers 1

jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected