Skip to content

Commit fd3344b

Browse files
committed
ENGCOM-4400: Static test fix.
1 parent 539766f commit fd3344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/shopping-cart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define([
1515
var items, i, reload;
1616

1717
$(this.options.emptyCartButton).on('click', $.proxy(function (event) {
18-
if (event.detail == 0) {
18+
if (event.detail === 0) {
1919
return;
2020
}
2121

0 commit comments

Comments
 (0)