Skip to content

Commit

Permalink
Restore sidebar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r authored Jul 2, 2018
1 parent a6a17d3 commit 21f85b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/code/Magento/Checkout/view/frontend/web/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ define([

/** @inheritdoc */
always: function (e) {
if (e && typeof e.stopImmediatePropagation === 'function') {
e.stopImmediatePropagation();
}
e.stopImmediatePropagation();
}
}
});
Expand Down

0 comments on commit 21f85b4

Please sign in to comment.