Localize variable that was accidentaly global.

This commit is contained in:
Davide P. Cervone 2016-08-31 11:44:05 -04:00
parent c59db4a65d
commit 590c425e45

View File

@ -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) {