Skip to content

Commit 02dfa0d

Browse files
committed
#25464: Corrected annotation
1 parent 5aebbc0 commit 02dfa0d

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ define([
5252

5353
/**
5454
* The value is minimum image width to height ratio when container width is less than the key
55-
*
56-
* @param int
55+
* @param {Object}
5756
*/
5857
containerWidthToMinRatio: {
5958
640: 3,
@@ -64,7 +63,6 @@ define([
6463
/**
6564
* Default minimal image width to height ratio.
6665
* Applied when container width is greater than max width in the containerWidthToMinRatio matrix.
67-
*
6866
* @param int
6967
*/
7068
defaultMinRatio: 10

0 commit comments

Comments
 (0)