mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Fixed this
return types for Phaser.Cameras.Scene2D.CameraManager
This commit is contained in:
parent
293f6e77f5
commit
b9e3a6395b
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ var CameraManager = new Class({
|
|||
*
|
||||
* @param {(Phaser.Types.Cameras.Scene2D.CameraConfig|Phaser.Types.Cameras.Scene2D.CameraConfig[])} config - A Camera configuration object, or an array of them, to be added to this Camera Manager.
|
||||
*
|
||||
* @return {Phaser.Cameras.Scene2D.CameraManager} This Camera Manager instance.
|
||||
* @return {this} This Camera Manager instance.
|
||||
*/
|
||||
fromJSON: function (config)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue