Skip to content

Commit

Permalink
Merge branch 'issue889' into develop. Issue mathjax#889.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Aug 19, 2014
2 parents adbc17a + 0710cca commit 0507240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpacked/jax/element/mml/jax.js
Expand Up @@ -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;
Expand Down

0 comments on commit 0507240

Please sign in to comment.