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 GameObjectFactory = require('../GameObjectFactory');
1515 * @method Phaser.GameObjects.GameObjectFactory#group
1616 * @since 3.0.0
1717 *
18- * @param {(Phaser.GameObjects.GameObject[]|GroupConfig|| GroupConfig[]) } [children] - Game Objects to add to this Group; or the `config` argument.
18+ * @param {(Phaser.GameObjects.GameObject[]|GroupConfig|GroupConfig[]) } [children] - Game Objects to add to this Group; or the `config` argument.
1919 * @param {GroupConfig } [config] - A Group Configuration object.
2020 *
2121 * @return {Phaser.GameObjects.Group } The Game Object that was created.
Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ var KeyboardPlugin = new Class({
276276
277277 /**
278278 * @typedef {object } CursorKeys
279- *
279+ * @memberOf Phaser.Input.Keyboard
280+ *
280281 * @property {Phaser.Input.Keyboard.Key } [up] - A Key object mapping to the UP arrow key.
281282 * @property {Phaser.Input.Keyboard.Key } [down] - A Key object mapping to the DOWN arrow key.
282283 * @property {Phaser.Input.Keyboard.Key } [left] - A Key object mapping to the LEFT arrow key.
You can’t perform that action at this time.
0 commit comments