Skip to content

Commit 240fc19

Browse files
Fixed static build test
1 parent c9f9757 commit 240fc19

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/modal

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/modal/prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ define([
7272
* Escape key press handler,
7373
* close modal window
7474
*/
75-
escapeKey: function (event) {
75+
escapeKey: function () {
7676
if (this.modal.find(document.activeElement).length ||
7777
this.modal[0] === document.activeElement) {
7878
this.closeModal();

0 commit comments

Comments
 (0)