From bb956c890f2162f0b6b03db9d173b7c0c23c12ea Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sun, 5 Jun 2011 14:52:01 +0200 Subject: [PATCH] Add documentation stub for Path#arcTo(through, to) --- src/path/Path.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/path/Path.js b/src/path/Path.js index 2e06f65e..96b0e5ce 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1084,6 +1084,12 @@ var Path = this.Path = PathItem.extend({ }, // DOCS: document Path#arcTo + /** + * @name Path#arcTo + * @function + * @param {Point} through + * @param {Point} to + */ /** * @param {Point} to * @param {Boolean} [clockwise=true]