Skip to content

Commit 56641fa

Browse files
Removed redundant docs
1 parent fe78207 commit 56641fa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ var NoAudioSound = new Class({
4646
this.totalRate = 1;
4747
this.duration = 0;
4848
this.totalDuration = 0;
49-
50-
/**
51-
* [description]
52-
*
53-
* @name Phaser.Sound.NoAudioSound#config
54-
* @type {object}
55-
* @since 3.0.0
56-
*/
5749
this.config = Extend({
5850
mute: false,
5951
volume: 1,

0 commit comments

Comments
 (0)