From d9af59c72ecb615e8b17db6f40a9609272b4546b Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 18 Feb 2018 20:21:57 +0100 Subject: [PATCH] Removed redundant docs --- src/sound/noaudio/NoAudioSound.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/sound/noaudio/NoAudioSound.js b/src/sound/noaudio/NoAudioSound.js index 135f34b64..629f08e78 100644 --- a/src/sound/noaudio/NoAudioSound.js +++ b/src/sound/noaudio/NoAudioSound.js @@ -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; /**