Skip to content

Commit 09be690

Browse files
ACP2E-479 Fixed static tests failure
1 parent 319a924 commit 09be690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define([
2727
'submit': this.onSubmit
2828
});
2929
this._on('[data-role=cart-item-qty]', {
30-
'change': function (event) {
30+
'change': function () {
3131
this.isCartHasUpdatedContent = true;
3232
}
3333
});
@@ -45,7 +45,7 @@ define([
4545
* Show the confirmation popup
4646
* @param nextPageUrl
4747
*/
48-
changePageConfirm: function(nextPageUrl) {
48+
changePageConfirm: function (nextPageUrl) {
4949
confirm({
5050
title: $t('Are you sure you want to leave the page?'),
5151
content: $t('Changes you made to the cart will not be saved.'),

0 commit comments

Comments
 (0)