jsdoc fix.

This commit is contained in:
photonstorm 2015-11-17 14:07:48 +00:00
parent 8b0224e7b4
commit 3d1306d440

View file

@ -78,6 +78,7 @@ Phaser.TilemapParser = {
* Parses a CSV file into valid map data.
*
* @method Phaser.TilemapParser.parseCSV
* @param {string} key - The name you want to give the map data.
* @param {string} data - The CSV file data.
* @param {number} [tileWidth=32] - The pixel width of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.
* @param {number} [tileHeight=32] - The pixel height of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.