Changed a @method string so the documentation method name matches the code method name.

This commit is contained in:
Kay Plößer 2014-06-24 14:16:38 +02:00
parent 560a44f06e
commit 4b7698d3e1

View file

@ -833,7 +833,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.
*/