Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:21:57 +01:00
parent daeba568b9
commit d9af59c72e

View file

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