mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +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
|
delay: 0
|
||||||
}, config);
|
}, config);
|
||||||
this.currentConfig = this.config;
|
this.currentConfig = this.config;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.NoAudioSound#mute
|
|
||||||
* @type {boolean}
|
|
||||||
* @default false
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.mute = false;
|
this.mute = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue