We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ba0e0 commit 0051ec9Copy full SHA for 0051ec9
app/code/Magento/Checkout/view/frontend/web/js/shopping-cart.js
@@ -17,7 +17,7 @@ define([
17
var items, i, reload;
18
19
$(this.options.emptyCartButton).on('click', $.proxy(function () {
20
- this._clearCartConfirmation();
+ this._confirmClearCart();
21
}, this));
22
items = $.find('[data-role="cart-item-qty"]');
23
@@ -63,7 +63,7 @@ define([
63
* Display confirmation modal for clearing the cart
64
* @private
65
*/
66
- _clearCartConfirmation: function () {
+ _confirmClearCart: function () {
67
var self = this;
68
69
confirm({
0 commit comments