We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df59c28 commit f48cd96Copy full SHA for f48cd96
src/components/input/input.spec.ts
@@ -13,7 +13,7 @@ import {
13
} from './input';
14
15
function isInternetExplorer11() {
16
- return !(window['ActiveXObject']) && 'ActiveXObject' in window;
+ return 'ActiveXObject' in window;
17
}
18
19
describe('MdInput', function () {
0 commit comments