Merge pull request #941 from kay-is/master

Changed a @method string
This commit is contained in:
Richard Davey 2014-06-24 22:39:55 +01:00
commit 56d1cef1c8

View file

@ -830,7 +830,7 @@ Phaser.Cache.prototype = {
/**
* Get tilemap data by key.
*
* @method Phaser.Cache#getTilemap
* @method Phaser.Cache#getTilemapData
* @param {string} key - Asset key of the tilemap data to retrieve from the Cache.
* @return {Object} The raw tilemap data in CSV or JSON format.
*/