Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:22:07 +01:00
parent d9af59c72e
commit 870f1d95a5

View file

@ -58,15 +58,6 @@ var NoAudioSound = new Class({
this.currentConfig = this.config;
this.mute = false;
this.volume = 1;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#rate
* @type {number}
* @default 1
* @since 3.0.0
*/
this.rate = 1;
/**