|
|
@ -8212,7 +8212,6 @@
|
|
|
|
cors:!!xhr && ("withCredentials" in xhr)
|
|
|
|
cors:!!xhr && ("withCredentials" in xhr)
|
|
|
|
});
|
|
|
|
});
|
|
|
|
})(jQuery.ajaxSettings.xhr());
|
|
|
|
})(jQuery.ajaxSettings.xhr());
|
|
|
|
|
|
|
|
|
|
|
|
// Create transport if the browser can provide an xhr
|
|
|
|
// Create transport if the browser can provide an xhr
|
|
|
|
// 如果浏览器支持 xhr,则创建传输对象
|
|
|
|
// 如果浏览器支持 xhr,则创建传输对象
|
|
|
|
if (jQuery.support.ajax) {
|
|
|
|
if (jQuery.support.ajax) {
|
|
|
|