mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed play method docs
This commit is contained in:
parent
05581a4c49
commit
daeba568b9
1 changed files with 0 additions and 9 deletions
|
@ -56,15 +56,6 @@ var NoAudioSound = new Class({
|
|||
delay: 0
|
||||
}, config);
|
||||
this.currentConfig = this.config;
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @name Phaser.Sound.NoAudioSound#mute
|
||||
* @type {boolean}
|
||||
* @default false
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.mute = false;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue