From: jaubourg Date: Wed, 26 Jan 2011 23:59:11 +0000 (+0100) Subject: Merge branch 'master' of github.com:jquery/jquery X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=commitdiff_plain;h=7f95a730e50260c60e7d3ee4fa53cbe29258e6b6;hp=ab1d9a8a2c296a2fa31b7d15146ce115c4057fad Merge branch 'master' of github.com:jquery/jquery --- diff --git a/src/ajax.js b/src/ajax.js index 592f297..d8af938 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -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" ) {