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