Skip to content

Commit 8fcd840

Browse files
committed
Merge pull request phaserjs#1337 from musically-ut/patch-1
Fix documentation for Cache.addPhysicsData
2 parents daa1a0e + b084f42 commit 8fcd840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Phaser.Cache.prototype = {
389389
/**
390390
* Add a new physics data object to the Cache.
391391
*
392-
* @method Phaser.Cache#addTilemap
392+
* @method Phaser.Cache#addPhysicsData
393393
* @param {string} key - The unique key by which you will reference this object.
394394
* @param {string} url - URL of the physics json data.
395395
* @param {object} JSONData - The physics data object (a JSON file).

0 commit comments

Comments
 (0)