Merge pull request #3605 from zilbuz/master

Update GetBounds.getBounds() JSDoc
This commit is contained in:
Richard Davey 2018-04-22 23:06:25 +01:00 committed by GitHub
commit f34a507002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ var GetBounds = {
* @method Phaser.GameObjects.Components.GetBounds#getBounds
* @since 3.0.0
*
* @generic {Phaser.Math.Vector2} O - [output,$return]
* @generic {Phaser.Geom.Rectangle} O - [output,$return]
*
* @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created.
*