We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9fc21 commit cb13a05Copy full SHA for cb13a05
unpacked/jax/output/NativeMML/jax.js
@@ -1249,7 +1249,7 @@
1249
// Some browsers do not implement the mmultiscripts element.
1250
// Try to emulate the support using basic script elements.
1251
//
1252
- if (!nMML.mmultiscriptsBug || this.data.length === 0 ) {
+ if (!nMML.mmultiscriptsBug || this.data.length === 0) {
1253
this.SUPER(arguments).toNativeMML.call(this,parent);
1254
return;
1255
}
@@ -1267,7 +1267,7 @@
1267
1268
if (this.data[0]) {this.data[0].toNativeMML(tag)}
1269
else {tag.appendChild(this.NativeMMLelement("mrow"))}
1270
- base = tag.removeChild(tag.lastChild);
+ var base = tag.removeChild(tag.lastChild);
1271
1272
1273
// Process the postscript pairs
0 commit comments