Localize a variable that was accidentally global. Resolves problem 2 of #1050.
This commit is contained in:
parent
8c9fc2122b
commit
cb13a059bb
|
@ -1267,7 +1267,7 @@
|
|||
//
|
||||
if (this.data[0]) {this.data[0].toNativeMML(tag)}
|
||||
else {tag.appendChild(this.NativeMMLelement("mrow"))}
|
||||
base = tag.removeChild(tag.lastChild);
|
||||
var base = tag.removeChild(tag.lastChild);
|
||||
|
||||
//
|
||||
// Process the postscript pairs
|
||||
|
|
Loading…
Reference in New Issue
Block a user