Skip to content

Commit 5c091f4

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents 7041bd9 + 2e421b4 commit 5c091f4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/gameobjects/group/GroupFactory.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#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.

src/input/keyboard/KeyboardPlugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)