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

[BUGFIX beta] Fix cleanup #14159

Merged
merged 2 commits into from
Aug 30, 2016
Merged

[BUGFIX beta] Fix cleanup #14159

merged 2 commits into from
Aug 30, 2016

Conversation

krisselden
Copy link
Contributor

No description provided.

krisselden and others added 2 commits August 30, 2016 02:54
`document.contains` does not exist in Internet Explorer (tested in IE9,
IE10, and IE11), but `document.body.contains` does.

Since `document.body.contains` works just fine for our purposes (we
don't need to check if `document.head` contains the element), we can
just use that.
@rwjblue
Copy link
Member

rwjblue commented Aug 30, 2016

Pushed a fix for the failures on IE (document.contains doesn't exist in IE).

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.

2 participants