Fixed currentConfig property docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:52:57 +01:00
parent 1c66d38834
commit 42fc672174

View file

@ -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
*/ */