( i )
| 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 ) ) { |
no outgoing calls
no test coverage detected
searching dependent graphs…