Skip to content

Commit f48cd96

Browse files
committed
resolve errors
1 parent df59c28 commit f48cd96

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)