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/core.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/core.js')
-rw-r--r-- | src/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index 83d427c78..ce43d737e 100644 --- a/src/core.js +++ b/src/core.js @@ -288,7 +288,7 @@ jQuery.extend( { }, // Convert dashed to camelCase; used by the css and data modules - // Support: IE <=9 - 11, Edge 12 - 13 + // Support: IE <=9 - 11, Edge 12 - 15 // Microsoft forgot to hump their vendor prefix (#9572) camelCase: function( string ) { return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); |