Commit 65cfcb wasn't a complete solution to the stretchy change.

This commit is contained in:
Davide P. Cervone 2016-08-22 07:31:13 -04:00
parent 0a4a4d8fa5
commit 2cdbf46bd9

View File

@ -31,7 +31,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
MML.mmultiscripts.Augment({
toCommonHTML: function (node,options) {
if (!options || !options.stretch) {
var stretch = (options||{}).stretch;
if (!stretch) {
node = this.CHTMLcreateNode(node);
this.CHTMLhandleStyle(node);
this.CHTMLhandleScale(node);