X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=blobdiff_plain;f=src%2Fajax.js;h=d8af9387451139393745df54c7b843c43e2cd557;hp=592f297f27a7243a79a8b0a92a27753ffe6e846d;hb=7d75ea950ea31a6734dc42e2037742b0c6719e8a;hpb=bab8079593913dbc689404aa4e83c46b9b4c9355 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" ) {