Skip to content

Commit 36f918c

Browse files
Removed fade tween property
1 parent 176b9c0 commit 36f918c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ var BaseSound = new Class({
138138
* @property {ISoundMarker} currentMarker
139139
*/
140140
this.currentMarker = null;
141-
/**
142-
* [description]
143-
*
144-
* @protected
145-
* @property {Phaser.Tween}
146-
*/
147-
this.fadeTween = null; // TODO see how to use global tween
148141
/**
149142
* Event dispatches used to handle all sound instance
150143
* relevant events.

0 commit comments

Comments
 (0)