Skip to content

Commit 8850435

Browse files
Removed redundant docs
1 parent 03a659a commit 8850435

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
@@ -40,15 +40,6 @@ var NoAudioSoundManager = new Class({
4040
this.game = game;
4141
this.sounds = [];
4242
this.mute = false;
43-
44-
/**
45-
* [description]
46-
*
47-
* @name Phaser.Sound.NoAudioSoundManager#volume
48-
* @type {number}
49-
* @default 1
50-
* @since 3.0.0
51-
*/
5243
this.volume = 1;
5344

5445
/**

0 commit comments

Comments
 (0)