MCPcopy Create free account
hub / github.com/F-Stack/f-stack / progressFunc

Function progressFunc

tools/libxo/xohtml/external/jquery.js:1321–1326  ·  view source on GitHub ↗
( i )

Source from the content-addressed store, hash-verified

1319 };
1320 }
1321 function progressFunc( i ) {
1322 return function( value ) {
1323 pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value;
1324 deferred.notifyWith( promise, pValues );
1325 };
1326 }
1327 if ( length > 1 ) {
1328 for ( ; i < length; i++ ) {
1329 if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) {

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected