From 3d1306d4400c16945bb584a5bf4fcdac4660141a Mon Sep 17 00:00:00 2001 From: photonstorm Date: Tue, 17 Nov 2015 14:07:48 +0000 Subject: [PATCH] jsdoc fix. --- src/tilemap/TilemapParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tilemap/TilemapParser.js b/src/tilemap/TilemapParser.js index b47b947ff..b583621b1 100644 --- a/src/tilemap/TilemapParser.js +++ b/src/tilemap/TilemapParser.js @@ -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.