Skip to content

Commit

Permalink
resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jul 27, 2016
1 parent df59c28 commit f48cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './input';

function isInternetExplorer11() {
return !(window['ActiveXObject']) && 'ActiveXObject' in window;
return 'ActiveXObject' in window;
}

describe('MdInput', function () {
Expand Down

0 comments on commit f48cd96

Please sign in to comment.