Improve #arcTo() documentation.

This commit is contained in:
Jürg Lehni 2011-06-16 22:38:58 +01:00
parent 2c83eeb7de
commit 6e7d23faa4

View file

@ -222,7 +222,7 @@ var PathItem = this.PathItem = Item.extend(/** @scope PathItem */{
*
* @name PathItem#arcTo
* @function
* @param {Point} point
* @param {Point} to the point where the arc should end
* @param {Boolean} [clockwise=true] specifies whether the arc should be
* drawn in clockwise direction.
*