-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MathJax doesn't complete initialization in IE9 when in IE9 Standards mode #4
Comments
I have a fix ready for review. |
This fix merely changes the check to |
The change looks good. You can go ahead and commit the change. |
I have committed the change, so am closing this issue. |
Mathjax node 2.5.1
fix: mathmlInput removing TeX folders instead of MathML
IE notifies of an error at around line 1815 in MathJax.js
Specifically, there is a comparison (RegExp.$2 !== "") which seems always valid on other browsers, but not in IE9.
The text was updated successfully, but these errors were encountered: