Skip to content

Commit e676d26

Browse files
Removed redundant docs
1 parent 0f6aa55 commit e676d26

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ var NoAudioSoundManager = new Class({
3838
{
3939
EventEmitter.call(this);
4040
this.game = game;
41-
42-
/**
43-
* [description]
44-
*
45-
* @name Phaser.Sound.NoAudioSoundManager#sounds
46-
* @type {array}
47-
* @default []
48-
* @since 3.0.0
49-
*/
5041
this.sounds = [];
5142

5243
/**

0 commit comments

Comments
 (0)