diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2017-05-15 20:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 20:37:14 +0200 |
commit | 731c501155ef139f53029c0e58409b80f0af3a0c (patch) | |
tree | cf75a0d854ec1c70a755181a66dd5af3452d590d /src/ajax.js | |
parent | bbf334282b5c27394fc507b1778cf21850be7b93 (diff) | |
download | jquery-731c501155ef139f53029c0e58409b80f0af3a0c.tar.gz jquery-731c501155ef139f53029c0e58409b80f0af3a0c.zip |
Docs:Tests: Update IE/Edge-related support comments & tests
Closes gh-3661
Diffstat (limited to 'src/ajax.js')
-rw-r--r-- | src/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax.js b/src/ajax.js index 36f707d7d..27e533955 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -538,7 +538,7 @@ jQuery.extend( { if ( s.crossDomain == null ) { urlAnchor = document.createElement( "a" ); - // Support: IE <=8 - 11, Edge 12 - 13 + // Support: IE <=8 - 11, Edge 12 - 15 // IE throws exception on accessing the href property if url is malformed, // e.g. http://example.com:80x/ try { |