Merge branch 'issue889' into develop. Issue #889.
This commit is contained in:
commit
0507240c3c
|
@ -757,7 +757,7 @@ MathJax.ElementJax.mml.Augment({
|
||||||
// <mrow> came from \left...\right
|
// <mrow> came from \left...\right
|
||||||
// so treat as subexpression (tex class INNER)
|
// so treat as subexpression (tex class INNER)
|
||||||
//
|
//
|
||||||
this.getPrevClass(prev);
|
this.getPrevClass(prev); prev = null;
|
||||||
for (i = 0; i < m; i++)
|
for (i = 0; i < m; i++)
|
||||||
{if (this.data[i]) {prev = this.data[i].setTeXclass(prev)}}
|
{if (this.data[i]) {prev = this.data[i].setTeXclass(prev)}}
|
||||||
this.texClass = MML.TEXCLASS.INNER;
|
this.texClass = MML.TEXCLASS.INNER;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user