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

Function progressFunc

1.7/deferred.js:120–125  ·  view source on GitHub ↗
( i )

Source from the content-addressed store, hash-verified

118 };
119 }
120 function progressFunc( i ) {
121 return function( value ) {
122 pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value;
123 deferred.notifyWith( promise, pValues );
124 };
125 }
126 if ( length > 1 ) {
127 for ( ; i < length; i++ ) {
128 if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) {

Callers 1

deferred.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected