Home | History | Annotate | Download | only in flot

Lines Matching full:resolvevalues

1194 			resolveValues = core_slice.call( arguments ),
1195 length = resolveValues.length,
1200 // the master Deferred. If resolveValues consist of only a single Deferred, just use that.
1224 if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
1225 resolveValues[ i ].promise()
1226 .done( updateFunc( i, resolveContexts, resolveValues ) )
1237 deferred.resolveWith( resolveContexts, resolveValues );