Skip to content

Commit 8d0d56f

Browse files
committed
AC-13683: Investigate latest patch version of grunt-eslint
1 parent 446c3ce commit 8d0d56f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ define([
5555
if ($messagesBlock.length) {
5656
resultHeight += $messagesBlock.outerHeight();
5757
}
58+
console.log('Reproduce eslint issue');
5859

5960
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
6061
resultHeight += $collapsibleBlock.outerHeight();

app/code/Magento/Bundle/view/adminhtml/web/js/bundle-product.js

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ define([
8989
update: this._updateSelectionsPositions,
9090
tolerance: 'pointer'
9191
});
92+
console.log('Reproduce eslint issue');
9293

9394
return this;
9495
},

0 commit comments

Comments
 (0)