Make variables local that were inadvertantly global.
This commit is contained in:
parent
eb0f9181da
commit
9f7e9917e5
|
@ -389,7 +389,7 @@
|
|||
|
||||
preTranslate: function (state) {
|
||||
var scripts = state.jax[this.id], i, m = scripts.length,
|
||||
script, prev, node, jax, ex, em;
|
||||
script, prev, node, test, span, jax, ex, em;
|
||||
//
|
||||
// Get linebreaking information
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user