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 c089b27 commit a0b2e26Copy full SHA for a0b2e26
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