mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Fixed int type
Added int as possible undefined
This commit is contained in:
parent
953b316526
commit
7ff66e81bb
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
*
|
||||
* @property {number} min - The minimum value.
|
||||
* @property {number} max - The maximum value.
|
||||
* @property {boolean} int - If true, this works like {@link EmitterOpRandomConfig}.
|
||||
* @property {boolean|undefined} int - If true, this works like {@link EmitterOpRandomConfig}.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue