Skip to content

Commit 072e2d7

Browse files
committed
ACP2E-3862: Partial update of copyrights for CE for file types 'php', 'phtml', 'html', 'js'
1 parent 5799f0b commit 072e2d7

File tree

1 file changed

+18
-18
lines changed
  • app/code/Magento/AdminAnalytics/view/adminhtml/web/js/release-notification/modal

1 file changed

+18
-18
lines changed

app/code/Magento/AdminAnalytics/view/adminhtml/web/js/release-notification/modal/component-mixin.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
define(['jquery', 'analyticsPopupConfig'], function ($, analyticsPopupConfig) {
77
'use strict'; // eslint-disable-line strict
88
var deferred = $.Deferred(), mixin = {
9-
/**
10-
* Initializes content only if its visible
11-
*/
12-
initializeContent: function () {
13-
var initializeContent = this._super.bind(this);
9+
/**
10+
* Initializes content only if its visible
11+
*/
12+
initializeContent: function () {
13+
var initializeContent = this._super.bind(this);
1414

15-
if (!analyticsPopupConfig.analyticsVisible) {
16-
initializeContent();
17-
} else {
18-
deferred.then(function () {
15+
if (!analyticsPopupConfig.analyticsVisible) {
1916
initializeContent();
20-
});
21-
}
22-
},
17+
} else {
18+
deferred.then(function () {
19+
initializeContent();
20+
});
21+
}
22+
},
2323

24-
/**
25-
* Initializes release notification content after admin analytics
26-
*/
27-
initializeContentAfterAnalytics: function () {
28-
deferred.resolve();
29-
}
24+
/**
25+
* Initializes release notification content after admin analytics
26+
*/
27+
initializeContentAfterAnalytics: function () {
28+
deferred.resolve();
29+
}
3030
};
3131

3232
return function (target) {

0 commit comments

Comments
 (0)