fixed missing ,

This commit is contained in:
walterhiggins 2013-04-07 17:51:09 +01:00
parent 059ebe6559
commit 3d92e2c685

View file

@ -363,7 +363,7 @@ To draw a 1/4 circle (top right quadrant only) with a radius of 10 and stroke wi
arc({blockType: blocks.iron,
meta: 0,
radius: 10,
strokeWidth: 2
strokeWidth: 2,
quadrants: { topright: true },
orientation: 'vertical',
stack: 1,