Add documentation stub for Path#arcTo(through, to)

This commit is contained in:
Jonathan Puckey 2011-06-05 14:52:01 +02:00
parent 4e0a857ee7
commit bb956c890f

View file

@ -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]