From bb6331057837d94769c7558e77aadfc088df4777 Mon Sep 17 00:00:00 2001 From: sasensi Date: Mon, 12 Nov 2018 16:12:01 +0100 Subject: [PATCH] Fix CurveLocation#index documented type --- src/path/CurveLocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index cd878d45..64c106af 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -159,7 +159,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{ * it is part of a {@link Path} item. * * @bean - * @type Index + * @type Number */ getIndex: function() { var curve = this.getCurve();