Skip to content

Commit 9f7e991

Browse files
committed
Make variables local that were inadvertantly global.
1 parent eb0f918 commit 9f7e991

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+1
-1
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389

390390
preTranslate: function (state) {
391391
var scripts = state.jax[this.id], i, m = scripts.length,
392-
script, prev, node, jax, ex, em;
392+
script, prev, node, test, span, jax, ex, em;
393393
//
394394
// Get linebreaking information
395395
//

0 commit comments

Comments
 (0)