diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js
index ebe0dc035..7cbcd6b39 100644
--- a/unpacked/jax/output/CommonHTML/jax.js
+++ b/unpacked/jax/output/CommonHTML/jax.js
@@ -1599,7 +1599,7 @@
return this.CHTML;
},
CHTMLstretchH: function (node,w) {
- this.Core().CHTMLstretchH(w);
+ this.Core().CHTMLstretchH(node,w);
this.toCommonHTML(node,true);
return this.CHTML;
}