Skip to content

Commit 2133abc

Browse files
committed
fix identation
1 parent a63e681 commit 2133abc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/masonry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ define([
101101
this.imageMargin = parseInt(this.imageMargin, 10);
102102
this.container = $('[data-id="' + this.containerId + '"]')[0];
103103

104-
this.setEventListener();
105104
this.setLayoutStyles();
105+
this.setEventListener();
106106

107107
return this;
108108
},

0 commit comments

Comments
 (0)