finished updating unit tests. All tests now pass

This commit is contained in:
Eric Rowell
2013-01-02 22:08:34 -08:00
parent 66a7e2ac39
commit b542fbb188

View File

@@ -557,12 +557,10 @@ Test.Modules.CONTAINER = {
fill: '#ccc',
stroke: '#333',
strokeWidth: 2,
shadow: {
color: 'black',
blur: 2,
offset: [10, 10],
opacity: 0.5
},
shadowColor: 'black',
shadowBlur: 2,
shadowOffset: [10, 10],
shadowOpacity: 0.5
});
var poly = new Kinetic.RegularPolygon({