From 6286c63239510aa32820f573c30e5509f2a4d9e7 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 20 Feb 2015 09:47:47 -0500 Subject: [PATCH] Fix var problems identified by YUI. --- unpacked/jax/output/HTML-CSS/jax.js | 3 +-- 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 index 0bbe964fb..d93579b0c 100644 --- 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 //