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

Switch to using classList instead of className #448

Merged
merged 1 commit into from
Jul 5, 2016
Merged

Switch to using classList instead of className #448

merged 1 commit into from
Jul 5, 2016

Commits on Jul 5, 2016

  1. Switch to classList instead of className

    The property className returns an object on some (possibly all?) SVG elements. The object behaves under the interface SVGAnimatedString, which does not have method "replace".
    
    typeof check
    
    conditional use of classList, object check on className
    
    Test added for SVG find by class
    horyd committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    0832509 View commit details
    Browse the repository at this point in the history