mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Merge pull request #6273 from samme/patch-17
Docs: correct example code in FILE_KEY_COMPLETE
This commit is contained in:
commit
6bde2f2706
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
* Or, if you have loaded a texture `atlas` with a key of `Level1`:
|
* Or, if you have loaded a texture `atlas` with a key of `Level1`:
|
||||||
*
|
*
|
||||||
* ```javascript
|
* ```javascript
|
||||||
* this.load.on('filecomplete-atlas-Level1', function (key, type, data) {
|
* this.load.on('filecomplete-atlasjson-Level1', function (key, type, data) {
|
||||||
* // Your handler code
|
* // Your handler code
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
|
|
Loading…
Reference in a new issue