Remove an unused regex and optimize character escape regex usage.
[jquery.git] / src / ajax / xhr.js
index 614bd3a..34aa832 100644 (file)
@@ -10,7 +10,7 @@ var // Next active xhr id
        xhrUnloadAbortInstalled;
 
 
-jQuery.ajax.transport( function( s , determineDataType ) {
+jQuery.ajaxTransport( function( s , determineDataType ) {
 
        // Cross domain only allowed if supported through XMLHttpRequest
        if ( ! s.crossDomain || jQuery.support.cors ) {