We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0541cbe commit db33060Copy full SHA for db33060
addStyles.js
@@ -11,7 +11,7 @@ var stylesInDom = {},
11
};
12
},
13
isOldIE = memoize(function() {
14
- return /msie \d\b/.test(window.navigator.userAgent.toLowerCase());
+ return /msie [6-9]b/.test(window.navigator.userAgent.toLowerCase());
15
}),
16
getHeadElement = memoize(function () {
17
return document.head || document.getElementsByTagName("head")[0];
0 commit comments