MathJax is incompatible with ECMAScript 5 strict mode
Created by: metaweta
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.