Skip to content

Commit a0b2e26

Browse files
committed
test(MdInput): Resolve linting issues
1 parent c089b27 commit a0b2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from './input';
1414

1515
function isInternetExplorer11() {
16-
return !(window.ActiveXObject) && "ActiveXObject" in window
16+
return 'ActiveXObject' in window;
1717
}
1818

1919
describe('MdInput', function () {

0 commit comments

Comments
 (0)