commit 6286c63239510aa32820f573c30e5509f2a4d9e7
parent 705f738228688aac857f334811220aca6dcc617a
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 20 Feb 2015 09:47:47 -0500
Fix var problems identified by YUI.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -739,7 +739,7 @@
// Reveal this chunk of math
//
for (i = state.HTMLCSSlast, m = state.HTMLCSSeqn; i < m; i++) {
- var script = scripts[i];
+ script = scripts[i];
if (script && script.MathJax.elementJax) {
//
// Finish the math with its measured size (toHTML phase III)
@@ -756,7 +756,6 @@
// Remove the processed marker
//
script.previousSibling.className = script.previousSibling.className.split(/ /)[0];
- var data = script.MathJax.elementJax.HTMLCSS;
//
// Remove the preview, if any
//