X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ftransports%2Fxhr.js;h=978f6c2590ea1e39648751fb5febaa521ead6efe;hb=91d32e8f9699022ee468c060a24a43f947653f69;hp=783ee460491895221360fa083e296d7f87f1c53c;hpb=9e3f053c6568863251da20eba713d05f2bbdf9f0;p=jquery.git diff --git a/src/transports/xhr.js b/src/transports/xhr.js index 783ee46..978f6c2 100644 --- a/src/transports/xhr.js +++ b/src/transports/xhr.js @@ -10,7 +10,7 @@ var // Next fake timer id xhrUnloadAbortMarker = []; -jQuery.xhr.bindTransport( function( s , determineDataType ) { +jQuery.xhr.transport( function( s , determineDataType ) { // Cross domain only allowed if supported through XMLHttpRequest if ( ! s.crossDomain || jQuery.support.cors ) {