Path docs: add return tag for #getLocationAt.

This commit is contained in:
Jonathan Puckey 2011-06-03 23:06:05 +02:00
parent d77e9cfb4f
commit 5e05f38df0

View file

@ -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(),