mirror of
https://github.com/photonstorm/phaser
synced 2024-11-29 16:10:56 +00:00
Changed the obligatory definition for an optional definition
This commit is contained in:
parent
7ff66e81bb
commit
9d33475c5d
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
*
|
*
|
||||||
* @property {number} min - The minimum value.
|
* @property {number} min - The minimum value.
|
||||||
* @property {number} max - The maximum value.
|
* @property {number} max - The maximum value.
|
||||||
* @property {boolean|undefined} int - If true, this works like {@link EmitterOpRandomConfig}.
|
* @property {boolean} [int] - If true, this works like {@link EmitterOpRandomConfig}.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue