Fix more var issues (noted by YUI compression)
This commit is contained in:
parent
bc8d472f2f
commit
106283ff72
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user