Skip to content

Commit 870f1d9

Browse files
Removed redundant docs
1 parent d9af59c commit 870f1d9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ var NoAudioSound = new Class({
5858
this.currentConfig = this.config;
5959
this.mute = false;
6060
this.volume = 1;
61-
62-
/**
63-
* [description]
64-
*
65-
* @name Phaser.Sound.NoAudioSound#rate
66-
* @type {number}
67-
* @default 1
68-
* @since 3.0.0
69-
*/
7061
this.rate = 1;
7162

7263
/**

0 commit comments

Comments
 (0)