mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:34:59 -05:00
Ajax: Rename Spartan to Edge in a comment
This commit is contained in:
@@ -18,8 +18,8 @@ jQuery.ajaxSettings.xhr = window.ActiveXObject !== undefined ?
|
||||
// Support: IE 10-11
|
||||
// IE seems to error on cross-domain PATCH requests when ActiveX XHR
|
||||
// is used. In IE 9+ always use the native XHR.
|
||||
// Note: this condition won't catch Spartan as it doesn't define
|
||||
// document.documentMode but it also doesn't have ActiveX so it won't
|
||||
// Note: this condition won't catch Edge as it doesn't define
|
||||
// document.documentMode but it also doesn't support ActiveX so it won't
|
||||
// reach this code.
|
||||
if ( document.documentMode > 8 ) {
|
||||
return createStandardXHR();
|
||||
|
||||
Reference in New Issue
Block a user