mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Correctly fix Line#length documentation.
This commit is contained in:
parent
8a726f22b2
commit
d98a9f40cb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ var Line = Base.extend(/** @lends Line# */{
|
|||
/**
|
||||
* The length of the line
|
||||
*
|
||||
* @name Line#vector
|
||||
* @name Line#length
|
||||
* @type Number
|
||||
*/
|
||||
getLength: function() {
|
||||
|
|
Loading…
Reference in a new issue