Skip to content

Commit 47dc140

Browse files
committed
fix Timeline#destroy
1 parent cdfe2e0 commit 47dc140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tweens/Timeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ var Timeline = new Class({
852852
{
853853
for (var i = 0; i < this.data.length; i++)
854854
{
855-
this.data[i].destroy();
855+
this.data[i].stop();
856856
}
857857

858858
}

0 commit comments

Comments
 (0)