expose modernIE value

This commit is contained in:
John McLear 2015-01-21 15:21:31 +00:00
parent 26a1584470
commit 3cd8759cec
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if(browser.msie){
if(parseInt(browser.version) >= 11){
delete browser.msie;
browser.chrome = true;
browser.modernIE = true;
}
}