Updated Docs

This commit is contained in:
jestarray 2019-01-23 15:01:56 -08:00 committed by GitHub
parent 8a41b1f56a
commit ade92db0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ var MapData = new Class({
* An array with all the layers configured to the MapData.
*
* @name Phaser.Tilemaps.MapData#layers
* @type {Array.<LayerData|ObjectLayer>}
* @type {(LayerData[]|ObjectLayer)}
* @since 3.0.0
*/
this.layers = GetFastValue(config, 'layers', []);