From 36f918c26ba57d5424607c0e4f3102cb72ca784a Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Wed, 3 Jan 2018 20:28:22 +0100 Subject: [PATCH] Removed fade tween property --- v3/src/sound/BaseSound.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v3/src/sound/BaseSound.js b/v3/src/sound/BaseSound.js index 1ee1e400c..5765f6d52 100644 --- a/v3/src/sound/BaseSound.js +++ b/v3/src/sound/BaseSound.js @@ -138,13 +138,6 @@ var BaseSound = new Class({ * @property {ISoundMarker} currentMarker */ this.currentMarker = null; - /** - * [description] - * - * @protected - * @property {Phaser.Tween} - */ - this.fadeTween = null; // TODO see how to use global tween /** * Event dispatches used to handle all sound instance * relevant events.