www

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

commit af7bfcf8c3388579571fab8c67113b4fb7e99c9f
parent 67e7351e1d83ce12159648c89cf6e55a063b287d
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu,  9 Jul 2015 11:26:07 -0400

Merge branch 'issue1194' into develop.  Issue #1194.

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 @@ -2212,7 +2212,7 @@ mathPalette: function (fence,side) { if (fence === '{' || fence === '}') {fence = "\\"+fence} var D = '{\\bigg'+side+' '+fence+'}', T = '{\\big'+side+' '+fence+'}'; - return TEX.Parse('\\mathchoice'+D+T+T+T).mml(); + return TEX.Parse('\\mathchoice'+D+T+T+T,{}).mml(); }, //