commit 0507240c3cfd9a8faf2bf29d1c03dc2430830bfb
parent adbc17aa343961835b3386e58a5083427c6b4351
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 19 Aug 2014 09:01:25 -0400
Merge branch 'issue889' into develop. Issue #889.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js
@@ -757,7 +757,7 @@ MathJax.ElementJax.mml.Augment({
// <mrow> came from \left...\right
// so treat as subexpression (tex class INNER)
//
- this.getPrevClass(prev);
+ this.getPrevClass(prev); prev = null;
for (i = 0; i < m; i++)
{if (this.data[i]) {prev = this.data[i].setTeXclass(prev)}}
this.texClass = MML.TEXCLASS.INNER;