Fix Q*Bertify example.

This commit is contained in:
Jonathan Puckey 2013-03-10 18:03:08 +01:00
parent 097a9c958f
commit 7a266a50dd

View file

@ -33,7 +33,7 @@
var group = new Group(); var group = new Group();
var hexagon = new Path.RegularPolygon({ var hexagon = new Path.RegularPolygon({
center: view.center, center: view.center,
numSides: 6, sides: 6,
radius: 50, radius: 50,
fillColor: 'gray', fillColor: 'gray',
parent: group parent: group