mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
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:
parent
8b33eccd52
commit
910aecb7e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue