Skip to content

Commit f584b42

Browse files
gelanivishalRahulKachhadia
authored andcommitted
Fixed coding standard issue.
1 parent c842b24 commit f584b42

File tree

1 file changed

+5
-4
lines changed
  • app/code/Magento/AdminNotification/view/adminhtml/web/js/system/messages

1 file changed

+5
-4
lines changed

app/code/Magento/AdminNotification/view/adminhtml/web/js/system/messages/popup.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
*/
55

66
define([
7-
"jquery",
8-
"Magento_Ui/js/modal/modal"
9-
], function($){
7+
'jquery',
8+
'Magento_Ui/js/modal/modal'
9+
], function ($) {
10+
1011
'use strict';
1112

1213
return function (data, element) {
@@ -21,4 +22,4 @@ define([
2122
}
2223
this.modal.modal('openModal');
2324
};
24-
});
25+
});

0 commit comments

Comments
 (0)