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

This commit is contained in:
Davide P. Cervone 2015-07-09 11:26:07 -04:00
commit af7bfcf8c3

View File

@ -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();
},
//