diff --git a/src/path/Path.js b/src/path/Path.js index 3e330780..a360944c 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -90,7 +90,6 @@ Path = PathItem.extend(new function() { Circle: function() { var center, radius; - // TODO: Have Point.read() return consumed index somehow? if (arguments.length == 3) { center = new Point(arguments[0], arguments[1]); radius = arguments[2];