diff --git a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
index 32f7d1cc9..3fd1239c6 100644
--- a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
+++ b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
@@ -30,8 +30,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
CHTML = MathJax.OutputJax.CommonHTML;
MML.mmultiscripts.Augment({
- toCommonHTML: function (node,stretch) {
- if (!stretch) {
+ toCommonHTML: function (node,options) {
+ if (!options || !options.stretch) {
node = this.CHTMLcreateNode(node);
this.CHTMLhandleStyle(node);
this.CHTMLhandleScale(node);