Skip to content

Commit 05a20d6

Browse files
Removed duplicate docs
1 parent 42fc672 commit 05a20d6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/BaseSound.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,6 @@ var BaseSound = new Class({
205205
* @since 3.0.0
206206
*/
207207
this.loop = false;
208-
209-
/**
210-
* [description]
211-
*
212-
* @name Phaser.Sound.BaseSound#config
213-
* @type {object}
214-
* @since 3.0.0
215-
*/
216208
this.config = Extend(this.config, config);
217209

218210
/**

0 commit comments

Comments
 (0)