Created
March 5, 2015 01:09
-
-
Save Alex1990/89a92d8e3a391dd1ff93 to your computer and use it in GitHub Desktop.
isIE11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * IE 11 has discarded the "MSIE" feature string. | |
| */ | |
| isIE11 = /Trident.*rv:11\.0/.test(navigator.userAgent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment