Skip to content

Commit d636189

Browse files
committed
Fixed JSDoc param type. Fix phaserjs#4815
1 parent 494cc51 commit d636189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/MultiAtlasFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var MultiFile = require('../MultiFile.js');
2727
* @since 3.7.0
2828
*
2929
* @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.
30-
* @param {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.
30+
* @param {(string|Phaser.Types.Loader.FileTypes.MultiAtlasFileConfig)} key - The key of the file. Must be unique within both the Loader and the Texture Manager. Or a config object.
3131
* @param {string} [atlasURL] - The absolute or relative URL to load the multi atlas json file from.
3232
* @param {string} [path] - Optional path to use when loading the textures defined in the atlas data.
3333
* @param {string} [baseURL] - Optional Base URL to use when loading the textures defined in the atlas data.

0 commit comments

Comments
 (0)