Skip to content

Commit 19bec4d

Browse files
Removed redundant docs
1 parent 8850435 commit 19bec4d

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

5546
/**

0 commit comments

Comments
 (0)