mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed currentConfig property docs
This commit is contained in:
parent
1c66d38834
commit
42fc672174
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ var BaseSound = new Class({
|
|||
* It could be default config or marker config.
|
||||
*
|
||||
* @name Phaser.Sound.BaseSound#currentConfig
|
||||
* @type {object}
|
||||
* @type {SoundConfig}
|
||||
* @private
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue