Skip to content

Commit cf0732a

Browse files
Removed redundant docs
1 parent 455579a commit cf0732a

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
@@ -43,15 +43,6 @@ var NoAudioSound = new Class({
4343
this.key = key;
4444
this.isPlaying = false;
4545
this.isPaused = false;
46-
47-
/**
48-
* [description]
49-
*
50-
* @name Phaser.Sound.NoAudioSound#totalRate
51-
* @type {number}
52-
* @default 1
53-
* @since 3.0.0
54-
*/
5546
this.totalRate = 1;
5647

5748
/**

0 commit comments

Comments
 (0)