Path: fix return type in #getLocationAt documentation.

This commit is contained in:
Jonathan Puckey 2011-06-05 15:04:34 +02:00
parent 34b510bf1c
commit deec7512cc

View file

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