From 3d92e2c6855145d976d262b23616c725b20f31b9 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Sun, 7 Apr 2013 17:51:09 +0100 Subject: [PATCH] fixed missing , --- src/main/javascript/drone/drone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/javascript/drone/drone.js b/src/main/javascript/drone/drone.js index b97d769..099a139 100644 --- a/src/main/javascript/drone/drone.js +++ b/src/main/javascript/drone/drone.js @@ -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,