Skip to content

Commit 1c66d38

Browse files
Fixed config property docs
1 parent 82119c1 commit 1c66d38

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/BaseSound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ var BaseSound = new Class({
115115
* Default values will be set by properties' setters.
116116
*
117117
* @name Phaser.Sound.BaseSound#config
118-
* @type {object}
118+
* @type {SoundConfig}
119+
* @private
119120
* @since 3.0.0
120121
*/
121122
this.config = {

0 commit comments

Comments
 (0)