expose modernIE value
This commit is contained in:
parent
26a1584470
commit
3cd8759cec
@ -28,6 +28,7 @@ if(browser.msie){
|
||||
if(parseInt(browser.version) >= 11){
|
||||
delete browser.msie;
|
||||
browser.chrome = true;
|
||||
browser.modernIE = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user