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

MathJax is incompatible with ECMAScript 5 strict mode #130

Closed
metaweta opened this issue Jun 17, 2011 · 1 comment
Closed

MathJax is incompatible with ECMAScript 5 strict mode #130

metaweta opened this issue Jun 17, 2011 · 1 comment

Comments

@metaweta
Copy link

ES5's strict mode gets rid of arguments.callee, arguments.caller, and function.caller; since all future versions of JavaScript will derive from strict mode, MathJax should move away from this deprecated behavior.

@dpvc
Copy link
Member

dpvc commented Dec 23, 2013

This is a duplicate of #256, so I'm closing this issue.

@dpvc dpvc closed this as completed Dec 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants