MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / resolve

Function resolve

public/localscripts/calculationQuestion/jquery.js:3787–3791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3785 elements = this,
3786 i = this.length,
3787 resolve = function() {
3788 if ( !( --count ) ) {
3789 defer.resolveWith( elements, [ elements ] );
3790 }
3791 };
3792
3793 if ( typeof type !== "string" ) {
3794 obj = type;

Callers 5

jquery.jsFile · 0.85
util.jsFile · 0.85
freeform.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected