Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(MdInput): Resolve linting issues
Browse files Browse the repository at this point in the history
drager committed Jul 27, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c089b27 commit a0b2e26
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
@@ -13,7 +13,7 @@ import {
} from './input';

function isInternetExplorer11() {
return !(window.ActiveXObject) && "ActiveXObject" in window
return 'ActiveXObject' in window;
}

describe('MdInput', function () {

0 comments on commit a0b2e26

Please sign in to comment.