Fix CurveLocation#index documented type

This commit is contained in:
sasensi 2018-11-12 16:12:01 +01:00
parent df109ab096
commit bb63310578

View file

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