提交 a0ff17e5 编写于 作者: P Piotr Dabkowski 提交者: Piotr Bryk

Fix IE11 detection (#1198)

* FIX IE11 DETECTION!
上级 a70dbc3a
......@@ -59,7 +59,7 @@ let metricsWithTooFewDataPoints = [
];
function isIE11() {
return /MSIE/.test(window.navigator.userAgent);
return /Trident/.test(window.navigator.userAgent);
}
describe('Graph component controller', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册