Update mmultiscripts to accommodate change where stretch is passed as an option (in 470d97c
).
This commit is contained in:
parent
4a9bee1f2f
commit
65cfcb80ac
|
@ -30,8 +30,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
|
||||||
CHTML = MathJax.OutputJax.CommonHTML;
|
CHTML = MathJax.OutputJax.CommonHTML;
|
||||||
|
|
||||||
MML.mmultiscripts.Augment({
|
MML.mmultiscripts.Augment({
|
||||||
toCommonHTML: function (node,stretch) {
|
toCommonHTML: function (node,options) {
|
||||||
if (!stretch) {
|
if (!options || !options.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