Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
- Renamed 'stop' to 'stop-tween'
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Lewis committed Jan 14, 2020
1 parent 9e6affc commit 349d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tween.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default createComponentClass({
this.group.update(this.time);
},

'stop': function () {
'stop-tween': function () {
this.group.removeAll();
}
},
Expand Down

0 comments on commit 349d7b9

Please sign in to comment.