From e38a94a61ce92bedf3bed916a042c18a3b5ce4ed Mon Sep 17 00:00:00 2001 From: Chris Antaki Date: Sat, 14 Jun 2014 10:00:00 -0700 Subject: [PATCH] Ajax: Add support comment and fix code style issue Closes gh-1600 Ref e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66 Ref #8138 --- src/ajax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ajax.js b/src/ajax.js index 8a1b8b623..caffe883d 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -44,6 +44,7 @@ var // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression allTypes = "*/".concat("*"); +// Support: IE<8 // #8138, IE may throw an exception when accessing // a field from window.location if document.domain has been set try { -- 2.39.5