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