mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Path docs: add return tag for #getLocationAt.
This commit is contained in:
parent
d77e9cfb4f
commit
5e05f38df0
1 changed files with 1 additions and 0 deletions
|
@ -611,6 +611,7 @@ var Path = this.Path = PathItem.extend({
|
|||
*
|
||||
* @param {Number} offset
|
||||
* @param {Boolean} [isParameter=false]
|
||||
* @return CurveLocation
|
||||
*/
|
||||
getLocationAt: function(offset, isParameter) {
|
||||
var curves = this.getCurves(),
|
||||
|
|
Loading…
Reference in a new issue