Removed fade tween property

This commit is contained in:
Pavle Goloskokovic 2018-01-03 20:28:22 +01:00
parent 176b9c0fed
commit 36f918c26b

View file

@ -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.