setup FastLayer. Layer won't extend FastLayer until FastLayer is complete

This commit is contained in:
Eric Rowell
2014-03-08 18:05:14 -08:00
parent 45ddf95629
commit 09af9f62dd
9 changed files with 256 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ suite('Layer', function() {
var circle = new Kinetic.Circle({
x: stage.getWidth() / 2,
y: stage.getHeight() / 2,
radius: 70,
radius: 70,
fill: 'red',
stroke: 'black',
strokeWidth: 4