commit e3cda76345065a2cef89f36fbd7626bfd42d4eb2
parent d5d1fbdf50a52cc7fcde85a6a571216f5162a07f
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 1 Sep 2014 14:07:30 -0400
Merge branch 'issue900' into develop. Issue #900.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js
@@ -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) {