Skip to content

Commit d32af81

Browse files
committed
UPDATED: JSdoc, changed properties marked with [?...] to just be [...]
1 parent afb0765 commit d32af81

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/boot/Config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ var ValueToColor = require('../display/color/ValueToColor');
5757
* @property {number} [zoom=1] - [description]
5858
* @property {number} [resolution=1] - [description]
5959
* @property {number} [type=CONST.AUTO] - [description]
60-
* @property {*} [?parent=null] - [description]
61-
* @property {HTMLCanvasElement} [?canvas=null] - [description]
62-
* @property {string} [?canvasStyle=null] - [description]
63-
* @property {object} [?scene=null] - [description]
60+
* @property {*} [parent=null] - [description]
61+
* @property {HTMLCanvasElement} [canvas=null] - [description]
62+
* @property {string} [canvasStyle=null] - [description]
63+
* @property {object} [scene=null] - [description]
6464
* @property {string[]} [seed] - [description]
6565
* @property {string} [title=''] - [description]
6666
* @property {string} [url='http://phaser.io'] - [description]
@@ -69,17 +69,17 @@ var ValueToColor = require('../display/color/ValueToColor');
6969
* @property {boolean} [input.keyboard=true] - [description]
7070
* @property {*} [input.keyboard.target=window] - [description]
7171
* @property {(boolean|object)} [input.mouse=true] - [description]
72-
* @property {*} [?input.mouse.target=null] - [description]
72+
* @property {*} [input.mouse.target=null] - [description]
7373
* @property {boolean} [input.touch=true] - [description]
74-
* @property {*} [?input.touch.target=null] - [description]
75-
* @property {boolean} [?input.touch.capture=true] - [description]
74+
* @property {*} [input.touch.target=null] - [description]
75+
* @property {boolean} [input.touch.capture=true] - [description]
7676
* @property {(boolean|object)} [input.gamepad=false] - [description]
7777
* @property {boolean} [disableContextMenu=false] - [description]
7878
* @property {(boolean|object)} [banner=false] - [description]
7979
* @property {boolean} [banner.hidePhaser=false] - [description]
8080
* @property {string} [banner.text='#ffffff'] - [description]
8181
* @property {string[]} [banner.background] - [description]
82-
* @property {FPSConfig} [?fps] - [description]
82+
* @property {FPSConfig} [fps] - [description]
8383
* @property {boolean} [antialias=true] - [description]
8484
* @property {boolean} [pixelArt=false] - [description]
8585
* @property {boolean} [autoResize=false] - [description]
@@ -91,11 +91,11 @@ var ValueToColor = require('../display/color/ValueToColor');
9191
* @property {boolean} [failIfMajorPerformanceCaveat=false] - [description]
9292
* @property {boolean} [powerPreference='default'] - "high-performance", "low-power" or "default"
9393
* @property {(string|number)} [backgroundColor=0x000000] - [description]
94-
* @property {object} [?callbacks] - [description]
94+
* @property {object} [callbacks] - [description]
9595
* @property {BootCallback} [callbacks.preBoot=NOOP] - [description]
9696
* @property {BootCallback} [callbacks.postBoot=NOOP] - [description]
97-
* @property {LoaderConfig} [?loader] - [description]
98-
* @property {object} [?images] - [description]
97+
* @property {LoaderConfig} [loader] - [description]
98+
* @property {object} [images] - [description]
9999
* @property {string} [images.default] - [description]
100100
* @property {string} [images.missing] - [description]
101101
*/

0 commit comments

Comments
 (0)