Skip to content

Commit 6286c63

Browse files
committed
Fix var problems identified by YUI.
1 parent 705f738 commit 6286c63

File tree

1 file changed

+1
-2
lines changed
  • unpacked/jax/output/HTML-CSS

1 file changed

+1
-2
lines changed

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
// Reveal this chunk of math
740740
//
741741
for (i = state.HTMLCSSlast, m = state.HTMLCSSeqn; i < m; i++) {
742-
var script = scripts[i];
742+
script = scripts[i];
743743
if (script && script.MathJax.elementJax) {
744744
//
745745
// Finish the math with its measured size (toHTML phase III)
@@ -756,7 +756,6 @@
756756
// Remove the processed marker
757757
//
758758
script.previousSibling.className = script.previousSibling.className.split(/ /)[0];
759-
var data = script.MathJax.elementJax.HTMLCSS;
760759
//
761760
// Remove the preview, if any
762761
//

0 commit comments

Comments
 (0)