Skip to content

Commit c598181

Browse files
Removed redundant docs
1 parent 19bec4d commit c598181

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

5647
/**

0 commit comments

Comments
 (0)