From 7a266a50dd324df9d81bfab6715000e507db72e4 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sun, 10 Mar 2013 18:03:08 +0100 Subject: [PATCH] Fix Q*Bertify example. --- examples/Paperjs.org/Q*bertify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Paperjs.org/Q*bertify.html b/examples/Paperjs.org/Q*bertify.html index ebc08094..362c202f 100644 --- a/examples/Paperjs.org/Q*bertify.html +++ b/examples/Paperjs.org/Q*bertify.html @@ -33,7 +33,7 @@ var group = new Group(); var hexagon = new Path.RegularPolygon({ center: view.center, - numSides: 6, + sides: 6, radius: 50, fillColor: 'gray', parent: group