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

check throwIfWhitespace first in hasElClass #3640

Closed
wants to merge 1 commit into from

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Sep 23, 2016

Description

This is because the new spec for HTML has the classList (DOMTokenList)
.contains always return a value. Either true if it exists or false
otherwise.

Requirements Checklist

  • Feature implemented / Bug fixed

This is because the new spec for HTML has the classList (DOMTokenList)
.contains always return a value. Either true if it exists or false
otherwise.
@gkatsev
Copy link
Member Author

gkatsev commented Sep 23, 2016

Also, this fixes the firefox tests that are breaking for us currently.

@gkatsev
Copy link
Member Author

gkatsev commented Sep 28, 2016

Merged into stable.

@gkatsev gkatsev closed this Sep 28, 2016
@gkatsev gkatsev deleted the fix-has-el-class branch September 28, 2016 17:49
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