diff options
Diffstat (limited to 'src/attributes/prop.js')
-rw-r--r-- | src/attributes/prop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes/prop.js b/src/attributes/prop.js index af3be36d0..908c19ff6 100644 --- a/src/attributes/prop.js +++ b/src/attributes/prop.js @@ -57,7 +57,7 @@ jQuery.extend( { tabIndex: { get: function( elem ) { - // Support: IE 9-11 only + // Support: IE <=9 - 11 only // elem.tabIndex doesn't always return the // correct value when it hasn't been explicitly set // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ |