diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-03-23 15:02:26 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-03-30 11:21:36 +0200 |
commit | 693f1b537b0a19cda8b7e8f5379bffa5351b8a6e (patch) | |
tree | cdac6abb995619db85db82eabe014f2ec52bc837 /src/core.js | |
parent | 622db29d9c1aed1e51586db72861a1aab4d7606f (diff) | |
download | jquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.tar.gz jquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.zip |
Docs: Update support comments related to IE
All support comments were checked for Edge applicability.
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 d2c0da0b6..e86ae2048 100644 --- a/src/core.js +++ b/src/core.js @@ -274,7 +274,7 @@ jQuery.extend( { }, // Convert dashed to camelCase; used by the css and data modules - // Support: IE9-11+ + // Support: IE <=9 - 11, Edge 12 - 13 // Microsoft forgot to hump their vendor prefix (#9572) camelCase: function( string ) { return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); |