diff --git a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
index 3fd1239c6..c1477f2b6 100644
--- a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
+++ b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js
@@ -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);