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

typo in http://code.highcharts.com/highcharts.src.js line 2873 #4616

Closed
daemth opened this issue Oct 2, 2015 · 2 comments
Closed

typo in http://code.highcharts.com/highcharts.src.js line 2873 #4616

daemth opened this issue Oct 2, 2015 · 2 comments

Comments

@daemth
Copy link

daemth commented Oct 2, 2015

I guess the  isn't supposed to be there:

schermafdruk 2015-10-02 10 36 27

        visibilitySetter: function (value, key, element) {
            // IE9-11 doesn't handle visibilty:inherit well, so we remove the attribute instead (#2881, #3909)
            if (value === 'inherit') {
                element.removeAttribute(key);
            }Â else {
                element.setAttribute(key, value);
            }
        },
@TorsteinHonsi
Copy link
Collaborator

Thanks, it's already fixed in 1d2d1e2

@zhy1stgg
Copy link

zhy1stgg commented Oct 6, 2015

thanks

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

No branches or pull requests

4 participants