Fixed semicolon in updateList doc

This commit is contained in:
Javier García Álvarez 2019-12-18 10:38:44 +01:00
parent 5cb7d8484f
commit 7576c824af
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ var GameObjectCreator = new Class({
/** /**
* A reference to the Scene Update List. * A reference to the Scene Update List.
* *
* @name Phaser.GameObjects.GameObjectCreator#updateList; * @name Phaser.GameObjects.GameObjectCreator#updateList
* @type {Phaser.GameObjects.UpdateList} * @type {Phaser.GameObjects.UpdateList}
* @protected * @protected
* @since 3.0.0 * @since 3.0.0

View file

@ -62,7 +62,7 @@ var GameObjectFactory = new Class({
/** /**
* A reference to the Scene Update List. * A reference to the Scene Update List.
* *
* @name Phaser.GameObjects.GameObjectFactory#updateList; * @name Phaser.GameObjects.GameObjectFactory#updateList
* @type {Phaser.GameObjects.UpdateList} * @type {Phaser.GameObjects.UpdateList}
* @protected * @protected
* @since 3.0.0 * @since 3.0.0