Skip to content

Commit b8e0c42

Browse files
authored
#25349: Fixed static tests
1 parent c42d48a commit b8e0c42

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ define([
7171
/**
7272
* Escape key press handler,
7373
* close modal window
74-
* @param {Object} event - event
7574
*/
7675
escapeKey: function () {
7776
if (this.options.isOpen && this.modal.find(document.activeElement).length ||

0 commit comments

Comments
 (0)