We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
alexandresaiz
lpinca
Learn more about funding links in repositories.
Report abuse
1 parent 16b49af commit e369f29Copy full SHA for e369f29
resources/index.js
@@ -88,7 +88,7 @@ function registerAll(Shopify) {
88
})[prop];
89
},
90
set: function set(value) {
91
- Object.defineProperty(this, prop, { value })[prop];
+ Object.defineProperty(this, prop, { value });
92
}
93
});
94
0 commit comments