fixed afterFrame index bug which caused the event to trigger on the wrong index

This commit is contained in:
Eric Rowell
2012-07-08 19:15:23 -07:00
parent d0f37f7c88
commit 5169c93219
5 changed files with 9 additions and 7 deletions

View File

@@ -1395,7 +1395,7 @@ Test.prototype.tests = {
radius: [70, 35],
fill: 'green',
stroke: 'black',
strokeWidth: 4
strokeWidth: 8
});
layer.add(circle);
stage.add(layer);