Skip to content

Commit cffe346

Browse files
committed
ENGCOM-4178: Static test fix.
1 parent c09acd8 commit cffe346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/web/js/validate-product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define([
4242
return false;
4343
}
4444
});
45-
$(this.options.addToCartButtonSelector).attr('disabled',false);
45+
$(this.options.addToCartButtonSelector).attr('disabled', false);
4646
}
4747
});
4848

0 commit comments

Comments
 (0)