Fix CurveLocation#distance documentation

@see tag was pointing to an inherited method which is not compatible
with current jsdoc parser implementation.
Problem is resolved by making reference point to the parent class
owning the method.
This commit is contained in:
sasensi 2018-11-12 16:44:36 +01:00
parent 8b33eccd52
commit 910aecb7e5

View file

@ -284,7 +284,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{
* @bean
* @type Number
* @see Curve#getNearestLocation(point)
* @see Path#getNearestLocation(point)
* @see PathItem#getNearestLocation(point)
*/
getDistance: function() {
return this._distance;