Fix more var issues (noted by YUI compression)

This commit is contained in:
Davide P. Cervone 2015-01-29 10:57:05 -05:00
parent bc8d472f2f
commit 106283ff72

View File

@ -318,11 +318,9 @@
HUB.Register.StartupHook("CommonHTML Jax Ready",function () { HUB.Register.StartupHook("CommonHTML Jax Ready",function () {
var MML = MathJax.ElementJax.mml; var MML = MathJax.ElementJax.mml;
var CHTML = MathJax.OutputJax.CommonHTML;
var HTML = MathJax.HTML; var HTML = MathJax.HTML;
var MATH = MML.math.prototype.toCommonHTML, var MERROR = MML.merror.prototype.toCommonHTML;
MERROR = MML.merror.prototype.toCommonHTML;
// //
// Override merror toHTML routine so that it puts out the // Override merror toHTML routine so that it puts out the