mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Fixed semicolon in updateList doc
This commit is contained in:
parent
5cb7d8484f
commit
7576c824af
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ var GameObjectCreator = new Class({
|
|||
/**
|
||||
* A reference to the Scene Update List.
|
||||
*
|
||||
* @name Phaser.GameObjects.GameObjectCreator#updateList;
|
||||
* @name Phaser.GameObjects.GameObjectCreator#updateList
|
||||
* @type {Phaser.GameObjects.UpdateList}
|
||||
* @protected
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -62,7 +62,7 @@ var GameObjectFactory = new Class({
|
|||
/**
|
||||
* A reference to the Scene Update List.
|
||||
*
|
||||
* @name Phaser.GameObjects.GameObjectFactory#updateList;
|
||||
* @name Phaser.GameObjects.GameObjectFactory#updateList
|
||||
* @type {Phaser.GameObjects.UpdateList}
|
||||
* @protected
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue