Merge branch 'master' of github.com:jquery/jquery
authorjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 23:59:11 +0000 (00:59 +0100)
committerjaubourg <j@ubourg.net>
Wed, 26 Jan 2011 23:59:11 +0000 (00:59 +0100)
src/ajax.js

index 592f297..d8af938 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" ) {