fix Timeline#destroy

This commit is contained in:
Antriel 2018-04-10 14:19:51 +02:00
parent cdfe2e0ea2
commit 47dc14079b

View file

@ -852,7 +852,7 @@ var Timeline = new Class({
{
for (var i = 0; i < this.data.length; i++)
{
this.data[i].destroy();
this.data[i].stop();
}
}