Skip to content

Commit a2535d4

Browse files
committed
jsdoc fix
1 parent 11512e1 commit a2535d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/Tilemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var Tilemap = new Class({
231231
*
232232
* @param {string} tilesetName - The name of the tileset as specified in the map data.
233233
* @param {string} [key] - The key of the Phaser.Cache image used for this tileset. If
234-
* `undefined` or `null` it will look for an image with a key matching the tileset parameter.
234+
* `undefined` or `null` it will look for an image with a key matching the tilesetName parameter.
235235
* @param {integer} [tileWidth] - The width of the tile (in pixels) in the Tileset Image. If not
236236
* given it will default to the map's tileWidth value, or the tileWidth specified in the Tiled
237237
* JSON file.

0 commit comments

Comments
 (0)