From 5e05f38df06e89d94d9f6637be225c3c0878e49e Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 3 Jun 2011 23:06:05 +0200 Subject: [PATCH] Path docs: add return tag for #getLocationAt. --- src/path/Path.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path/Path.js b/src/path/Path.js index de5ee6ed..7a2a71e0 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -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(),