File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments