mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Changed a @method string so the documentation method name matches the code method name.
This commit is contained in:
parent
560a44f06e
commit
4b7698d3e1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue