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 55b5803 commit 681405dCopy full SHA for 681405d
unpacked/jax/output/NativeMML/config.js
@@ -27,7 +27,7 @@
27
28
MathJax.OutputJax.NativeMML = MathJax.OutputJax({
29
id: "NativeMML",
30
- version: "2.2",
+ version: "2.2.1",
31
directory: MathJax.OutputJax.directory + "/NativeMML",
32
extensionDir: MathJax.OutputJax.extensionDir + "/NativeMML",
33
unpacked/jax/output/NativeMML/jax.js
@@ -576,7 +576,7 @@
576
if (this.data[this.sub] == null) {type = "msup"}
577
var tag = this.NativeMMLelement(type);
578
this.NativeMMLattributes(tag);
579
- delete this.data[0].inferred;
+ if (this.data[0]) {delete this.data[0].inferred}
580
for (var i = 0, m = this.data.length; i < m; i++)
581
{if (this.data[i]) {this.data[i].toNativeMML(tag)}}
582
parent.appendChild(tag);
0 commit comments