Skip to content

Commit ee0a04e

Browse files
committed
Fixed data type
1 parent cef9aa2 commit ee0a04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/filetypes/typedefs/PackFileSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @property {string} [baseURL] - A URL used to resolve paths in `files`. Example: 'http://labs.phaser.io/assets/'.
66
* @property {string} [defaultType] - The default {@link Phaser.Types.Loader.FileConfig} `type`.
77
* @property {string} [path] - A URL path used to resolve relative paths in `files`. Example: 'images/sprites/'.
8-
* @property {prefix} [prefix] - An optional prefix that is automatically prepended to each file key.
8+
* @property {string} [prefix] - An optional prefix that is automatically prepended to each file key.
99
*
1010
* @example
1111
* var packFileSection = {

0 commit comments

Comments
 (0)