We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b17452 commit 8cabdcdCopy full SHA for 8cabdcd
src/ajax.js
@@ -45,7 +45,7 @@ var r20 = /%20/g,
45
ajaxLocParts,
46
47
// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
48
- allTypes = "*/".concat("*");
+ allTypes = ["*/"] + ["*"];
49
50
// #8138, IE may throw an exception when accessing
51
// a field from window.location if document.domain has been set
0 commit comments