Commit 65cfcb wasn't a complete solution to the stretchy change.
This commit is contained in:
parent
0a4a4d8fa5
commit
2cdbf46bd9
|
@ -31,7 +31,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
|
||||||
|
|
||||||
MML.mmultiscripts.Augment({
|
MML.mmultiscripts.Augment({
|
||||||
toCommonHTML: function (node,options) {
|
toCommonHTML: function (node,options) {
|
||||||
if (!options || !options.stretch) {
|
var stretch = (options||{}).stretch;
|
||||||
|
if (!stretch) {
|
||||||
node = this.CHTMLcreateNode(node);
|
node = this.CHTMLcreateNode(node);
|
||||||
this.CHTMLhandleStyle(node);
|
this.CHTMLhandleStyle(node);
|
||||||
this.CHTMLhandleScale(node);
|
this.CHTMLhandleScale(node);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user