Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ie11 compat #56

Merged
merged 6 commits into from
Oct 22, 2018
Merged

Ie11 compat #56

merged 6 commits into from
Oct 22, 2018

Conversation

cherifGsoul
Copy link
Member

Fix tests for IE11

event = new Event(eventType);
} else {
var qf = document.querySelector('#qunit-fixture');
qf.appendChild(input);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason we can't just do this all the time? It seems confusing to do this as part of the feature detection.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, but those features are deprecated if they will removed in future browsers versions the tests will break.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just mean the appendChild.

@cherifGsoul cherifGsoul removed the request for review from justinbmeyer October 22, 2018 21:10
@cherifGsoul cherifGsoul merged commit 9f7ef7b into master Oct 22, 2018
@cherifGsoul cherifGsoul deleted the ie11-compat branch October 22, 2018 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants