diff --git a/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js b/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js index 5c966bc207242..3ee61b4ab838e 100644 --- a/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js +++ b/app/code/Magento/Swatches/view/frontend/web/js/swatch-renderer.js @@ -657,7 +657,7 @@ define([ images; if (this.options.useAjax) { - this._debouncedLoadProductMedia() + this._debouncedLoadProductMedia(); } else { images = this.options.jsonConfig.images[this.getProduct()];