Merge branch 'issue889' into develop. Issue #889.

This commit is contained in:
Davide P. Cervone 2014-08-19 09:01:25 -04:00
commit 0507240c3c

View File

@ -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;