mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Removed fade tween property
This commit is contained in:
parent
176b9c0fed
commit
36f918c26b
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue