Localize variable that was accidentaly global.
This commit is contained in:
parent
c59db4a65d
commit
590c425e45
|
@ -203,7 +203,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
preTranslate: function (state) {
|
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,
|
script, prev, span, div, test, jax, ex, em, maxwidth, relwidth = false, cwidth,
|
||||||
linebreak = this.config.linebreaks.automatic, width = this.config.linebreaks.width;
|
linebreak = this.config.linebreaks.automatic, width = this.config.linebreaks.width;
|
||||||
if (linebreak) {
|
if (linebreak) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user