Merge branch 'issue900' into develop. Issue #900.

This commit is contained in:
Davide P. Cervone 2014-09-01 14:07:30 -04:00
commit e3cda76345

View File

@ -1546,7 +1546,7 @@
BuildRel: function (name) {
var top = this.ParseUpTo(name,"\\over");
var bot = this.ParseArg(name);
this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({mclass: MML.TEXCLASS.REL}));
this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({texClass: MML.TEXCLASS.REL}));
},
HBox: function (name,style) {