mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-15 01:09:53 -04: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 {Number} offset
|
||||||
* @param {Boolean} [isParameter=false]
|
* @param {Boolean} [isParameter=false]
|
||||||
|
* @return CurveLocation
|
||||||
*/
|
*/
|
||||||
getLocationAt: function(offset, isParameter) {
|
getLocationAt: function(offset, isParameter) {
|
||||||
var curves = this.getCurves(),
|
var curves = this.getCurves(),
|
||||||
|
|
Loading…
Reference in a new issue