Merge pull request #6273 from samme/patch-17

Docs: correct example code in FILE_KEY_COMPLETE
This commit is contained in:
Richard Davey 2022-11-08 18:04:22 +00:00 committed by GitHub
commit 6bde2f2706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
* }); * });
* ``` * ```