MCPcopy
hub / github.com/requirejs/requirejs / progressFunc

Function progressFunc

tests/jquery/scripts/jquery-1.7.1.js:1304–1309  ·  view source on GitHub ↗
( i )

Source from the content-addressed store, hash-verified

1302 };
1303 }
1304 function progressFunc( i ) {
1305 return function( value ) {
1306 pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value;
1307 deferred.notifyWith( promise, pValues );
1308 };
1309 }
1310 if ( length > 1 ) {
1311 for ( ; i < length; i++ ) {
1312 if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) {

Callers 1

jquery-1.7.1.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…