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

tab: Fix error when no dropdown is used with tabs #40

Merged
merged 1 commit into from
Jan 21, 2016

Conversation

soda0289
Copy link
Contributor

If there is no dropdown being used as a tab self.dropdown is null. This
results in an error when attempting to test/set the active class on the null
dropdown variable.

This bug was introduced in commit "Removed classList dependency " 7acaaac...

If there is no dropdown being used as a tab self.dropdown is null. This
results in an error when attempting to test/set the active class on the null
dropdown variable.

This bug was introduced in commit "Removed `classList` dependency " 7acaaac...
@soda0289
Copy link
Contributor Author

Here is the line in the old code that checks if self.dropdown is present:
7acaaac#diff-4cdd7d0bfa2ae363723cb4b563c0c695L1629

thednp added a commit that referenced this pull request Jan 21, 2016
tab: Fix error when no dropdown is used with tabs
@thednp thednp merged commit cb14653 into thednp:master Jan 21, 2016
@thednp
Copy link
Owner

thednp commented Jan 21, 2016

Thank you for the catch.

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