From 590c425e45a9a2acb61fb0342187469d8050e721 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 31 Aug 2016 11:44:05 -0400 Subject: [PATCH] Localize variable that was accidentaly global. --- unpacked/jax/output/SVG/jax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js index 7fd61b518..7d1e792b8 100644 --- a/unpacked/jax/output/SVG/jax.js +++ b/unpacked/jax/output/SVG/jax.js @@ -203,7 +203,7 @@ }, preTranslate: function (state) { - var scripts = state.jax[this.id], i, m = scripts.length, + var scripts = state.jax[this.id], i, m = scripts.length, n, script, prev, span, div, test, jax, ex, em, maxwidth, relwidth = false, cwidth, linebreak = this.config.linebreaks.automatic, width = this.config.linebreaks.width; if (linebreak) {