mirror of
https://github.com/photonstorm/phaser
synced 2024-12-02 17:41:06 +00:00
Removed redundant docs
This commit is contained in:
parent
daeba568b9
commit
d9af59c72e
1 changed files with 0 additions and 9 deletions
|
@ -57,15 +57,6 @@ var NoAudioSound = new Class({
|
||||||
}, config);
|
}, config);
|
||||||
this.currentConfig = this.config;
|
this.currentConfig = this.config;
|
||||||
this.mute = false;
|
this.mute = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.NoAudioSound#volume
|
|
||||||
* @type {number}
|
|
||||||
* @default 1
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.volume = 1;
|
this.volume = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue