We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db33060 commit d8ada90Copy full SHA for d8ada90
addStyles.js
@@ -11,7 +11,7 @@ var stylesInDom = {},
11
};
12
},
13
isOldIE = memoize(function() {
14
- return /msie [6-9]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