Skip to content

Commit db51191

Browse files
Fixed static test
1 parent da6b361 commit db51191

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ define([
1111
'underscore',
1212
'mage/template',
1313
'text!ui/template/modal/modal-prompt-content.html',
14-
'Magento_Ui/js/lib/key-codes',
1514
'jquery-ui-modules/widget',
1615
'Magento_Ui/js/modal/modal',
1716
'mage/translate'
18-
], function ($, _, template, promptContentTmpl, keyCodes) {
17+
], function ($, _, template, promptContentTmpl) {
1918
'use strict';
2019

2120
$.widget('mage.prompt', $.mage.modal, {

0 commit comments

Comments
 (0)