Skip to content

Commit c251ece

Browse files
committed
jsdoc fixes
1 parent 51d29b8 commit c251ece

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/gameobjects/graphics/GraphicsCreator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var Graphics = require('./Graphics');
1515
* @method Phaser.GameObjects.GameObjectCreator#graphics
1616
* @since 3.0.0
1717
*
18-
* @param {object} config - [description]
18+
* @param {object} [config] - [description]
1919
*
2020
* @return {Phaser.GameObjects.Graphics} The Game Object that was created.
2121
*/

src/gameobjects/graphics/GraphicsFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var GameObjectFactory = require('../GameObjectFactory');
1515
* @method Phaser.GameObjects.GameObjectFactory#graphics
1616
* @since 3.0.0
1717
*
18-
* @param {object} config - [description]
18+
* @param {object} [config] - [description]
1919
*
2020
* @return {Phaser.GameObjects.Graphics} The Game Object that was created.
2121
*/

src/input/Pointer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ var Pointer = new Class({
270270
* @since 3.0.0
271271
*
272272
* @param {Phaser.Cameras.Scene2D.Camera} camera - [description]
273-
* @param {(Phaser.Math.Vector2|object)} output - [description]
273+
* @param {(Phaser.Math.Vector2|object)} [output] - [description]
274274
*
275275
* @return {(Phaser.Math.Vector2|object)} [description]
276276
*/

0 commit comments

Comments
 (0)