mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
removed animations length cached variable because the length can change while the for loop is running
This commit is contained in:
@@ -142,7 +142,7 @@ Test.Modules.MANUAL = {
|
||||
|
||||
stage.add(layer);
|
||||
},
|
||||
'*ANIMATION - start and stop animation': function(containerId) {
|
||||
'ANIMATION - start and stop animation': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
||||
Reference in New Issue
Block a user