Removed fade tween property from destroy method

This commit is contained in:
Pavle Goloskokovic 2018-01-03 20:31:07 +01:00
parent 36f918c26b
commit 92ee1bb7e0

View file

@ -290,7 +290,6 @@ var BaseSound = new Class({
this.currentConfig = null;
this.markers = null;
this.currentMarker = null;
this.fadeTween = null;
this.events.destroy();
this.events = null;
},