Skip to content

Commit 92ee1bb

Browse files
Removed fade tween property from destroy method
1 parent 36f918c commit 92ee1bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

v3/src/sound/BaseSound.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ var BaseSound = new Class({
290290
this.currentConfig = null;
291291
this.markers = null;
292292
this.currentMarker = null;
293-
this.fadeTween = null;
294293
this.events.destroy();
295294
this.events = null;
296295
},

0 commit comments

Comments
 (0)