Skip to content

Commit 54467d4

Browse files
committed
ENGCOM-7452: Revert #23234
1 parent e5ea17f commit 54467d4

File tree

1 file changed

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

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,11 @@ define([
3939
}]
4040
},
4141

42-
/**
43-
* Create widget.
44-
*/
45-
_create: function () {
46-
this.options.actions.always();
47-
this._super();
48-
},
49-
5042
/**
5143
* Close modal window.
5244
*/
5345
closeModal: function () {
46+
this.options.actions.always();
5447
this.element.bind('alertclosed', _.bind(this._remove, this));
5548

5649
return this._super();

0 commit comments

Comments
 (0)