Skip to content

Commit eec1388

Browse files
committed
Removed rogue Tween emit calls. Fix phaserjs#3222
1 parent c1eb443 commit eec1388

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tweens/tween/Tween.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,6 @@ var Tween = new Class({
596596

597597
this.state = TWEEN_CONST.PAUSED;
598598

599-
this.emit('pause', this);
600-
601599
return this;
602600
},
603601

@@ -727,8 +725,6 @@ var Tween = new Class({
727725
this.state = this._pausedState;
728726
}
729727

730-
this.emit('resume', this);
731-
732728
return this;
733729
},
734730

0 commit comments

Comments
 (0)