commit 723530ed1ef5eec1659f0da75a62b5d4c6c69796
parent 62c9a327a51793e2d6b200252de95fddcc6f5ff3
Author: Davide P. Cervone <dpvc@union.edu>
Date: Wed, 5 Aug 2015 15:02:16 -0400
Merge branch 'issue1231' into develop. Issue #1231.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js
@@ -409,7 +409,7 @@ MathJax.ElementJax.mml.Augment({
},
array: function () {if (this.inferred) {return this.data} else {return [this]}},
toString: function () {return this.type+"("+this.data.join(",")+")"},
- getAnnotation: function () { return null; }
+ getAnnotation: function () {return null}
},{
childrenSpacelike: function () {
for (var i = 0, m = this.data.length; i < m; i++)
@@ -419,7 +419,7 @@ MathJax.ElementJax.mml.Augment({
childEmbellished: function () {
return (this.data[0] && this.data[0].isEmbellished());
},
- childCore: function () {return this.data[0]},
+ childCore: function () {return (this.inferRow && this.data[0] ? this.data[0].Core() : this.data[0])},
childCoreMO: function () {return (this.data[0] ? this.data[0].CoreMO() : null)},
setChildTeXclass: function (prev) {
if (this.data[0]) {