Skip to content

Commit 106283f

Browse files
committed
Fix more var issues (noted by YUI compression)
1 parent bc8d472 commit 106283f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

unpacked/extensions/TeX/noErrors.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,9 @@
318318

319319
HUB.Register.StartupHook("CommonHTML Jax Ready",function () {
320320
var MML = MathJax.ElementJax.mml;
321-
var CHTML = MathJax.OutputJax.CommonHTML;
322321
var HTML = MathJax.HTML;
323322

324-
var MATH = MML.math.prototype.toCommonHTML,
325-
MERROR = MML.merror.prototype.toCommonHTML;
323+
var MERROR = MML.merror.prototype.toCommonHTML;
326324

327325
//
328326
// Override merror toHTML routine so that it puts out the

0 commit comments

Comments
 (0)