-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(classList): error on svg elements
Fixes #1795
- Loading branch information
1 parent
0b4cba8
commit 98629d4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@adamdbradley: If the problem is that certain elements on certain browsers do not have a
classList
, wouldn't it make more sense to also check forel.classList
? The current implementation will still throw an error ifel.CLASSLIST
isundefined
.