Skip to content

Commit 1050deb

Browse files
committed
Fix JSDoc parameter type in Actions.GridAlign
1 parent 8d6eb2f commit 1050deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actions/GridAlign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var tempZone = new Zone({ sys: { queueDepthSort: NOOP, events: { once: NOOP } }
1919
* If both this value and height are set to -1 then this value overrides it and the `height` value is ignored.
2020
* @property {integer} [height=-1] - The height of the grid in items (not pixels). -1 means lay all items out vertically, regardless of quantity.
2121
* If both this value and `width` are set to -1 then `width` overrides it and this value is ignored.
22-
* @property {boolean} [cellWidth=1] - The width of the cell, in pixels, in which the item is positioned.
22+
* @property {integer} [cellWidth=1] - The width of the cell, in pixels, in which the item is positioned.
2323
* @property {integer} [cellHeight=1] - The height of the cell, in pixels, in which the item is positioned.
2424
* @property {integer} [position=0] - The alignment position. One of the Phaser.Display.Align consts such as `TOP_LEFT` or `RIGHT_CENTER`.
2525
* @property {number} [x=0] - Optionally place the top-left of the final grid at this coordinate.

0 commit comments

Comments
 (0)