removed animations length cached variable because the length can change while the for loop is running

This commit is contained in:
Eric Rowell
2013-01-09 08:27:57 -08:00
parent eef3d58a1c
commit ffaa108830
2 changed files with 7 additions and 3 deletions

View File

@@ -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,