]> source.dussan.org Git - jquery.git/commitdiff
Actually does what https://github.com/jquery/jquery/commit/bab8079593913dbc689404aa4e...
authorjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 23:58:31 +0000 (00:58 +0100)
committerjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 23:58:31 +0000 (00:58 +0100)
src/ajax.js

index 592f297f27a7243a79a8b0a92a27753ffe6e846d..d8af9387451139393745df54c7b843c43e2cd557 100644 (file)
@@ -88,7 +88,7 @@ function inspectPrefiltersOrTransports( structure, options, originalOptions, jXH
                selection;
 
        for(; i < length && ( executeOnly || !selection ); i++ ) {
-               selection = list[ i ]( options, originalOptions );
+               selection = list[ i ]( options, originalOptions, jXHR );
                // If we got redirected to another dataType
                // we try there if not done already
                if ( typeof selection === "string" ) {