Skip to content

Commit 590c425

Browse files
committed
Localize variable that was accidentaly global.
1 parent c59db4a commit 590c425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/output/SVG/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
},
204204

205205
preTranslate: function (state) {
206-
var scripts = state.jax[this.id], i, m = scripts.length,
206+
var scripts = state.jax[this.id], i, m = scripts.length, n,
207207
script, prev, span, div, test, jax, ex, em, maxwidth, relwidth = false, cwidth,
208208
linebreak = this.config.linebreaks.automatic, width = this.config.linebreaks.width;
209209
if (linebreak) {

0 commit comments

Comments
 (0)