mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +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.
|
* It could be default config or marker config.
|
||||||
*
|
*
|
||||||
* @name Phaser.Sound.BaseSound#currentConfig
|
* @name Phaser.Sound.BaseSound#currentConfig
|
||||||
* @type {object}
|
* @type {SoundConfig}
|
||||||
* @private
|
* @private
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue