Make variables local that were inadvertantly global.

This commit is contained in:
Davide P. Cervone 2016-08-30 10:37:02 -04:00
parent eb0f9181da
commit 9f7e9917e5

View File

@ -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
//