Skip to content

Commit 2d3a87a

Browse files
committed
Updated existing for TS defs. Fix phaserjs#4941
1 parent 5b17e0e commit 2d3a87a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164

165165
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
166166

167-
@fselcukcan Bambosh @louisth @hexus @javigaralva @samme @BeLi4L @jcyuan @javigaralva
167+
@fselcukcan Bambosh @louisth @hexus @javigaralva @samme @BeLi4L @jcyuan @javigaralva @T-Grave
168168

169169

170170
## Version 3.21.0 - Senku - 22nd November 2019

src/gameobjects/GameObjectFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var GameObjectFactory = new Class({
112112
* @method Phaser.GameObjects.GameObjectFactory#existing
113113
* @since 3.0.0
114114
*
115-
* @param {Phaser.GameObjects.GameObject} child - The child to be added to this Scene.
115+
* @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.Group)} child - The child to be added to this Scene.
116116
*
117117
* @return {Phaser.GameObjects.GameObject} The Game Object that was added.
118118
*/

0 commit comments

Comments
 (0)