Skip to content

Commit daeba56

Browse files
Fixed play method docs
1 parent 05581a4 commit daeba56

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
@@ -56,15 +56,6 @@ var NoAudioSound = new Class({
5656
delay: 0
5757
}, config);
5858
this.currentConfig = this.config;
59-
60-
/**
61-
* [description]
62-
*
63-
* @name Phaser.Sound.NoAudioSound#mute
64-
* @type {boolean}
65-
* @default false
66-
* @since 3.0.0
67-
*/
6859
this.mute = false;
6960

7061
/**

0 commit comments

Comments
 (0)