www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b30c8f2f3076fbc19814255084fb2ddf99ddf099
parent 93fd3bfa64683a74326ac689f1ab526d6c881f79
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 16 Jan 2015 11:18:26 -0500

Set movablelimits on the base mo not the munderover node.  Issue #901.

Diffstat:
Munpacked/jax/input/TeX/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js @@ -1359,7 +1359,7 @@ op = top.data[top.data.length-1] = MML.munderover.apply(MML.underover,op.data); } op.movesupsub = (limits ? true : false); - op.movablelimits = false; + op.Core().movablelimits = false; }, Over: function (name,open,close) {