mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix documentation since Line#vector will be documented as a simple accessor.
This commit is contained in:
parent
18ad8a235d
commit
9463f0078a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ var Line = Base.extend(/** @lends Line# */{
|
|||
* The length of the line
|
||||
*
|
||||
* @name Line#vector
|
||||
* @return {Number}
|
||||
* @type Number
|
||||
*/
|
||||
getLength: function() {
|
||||
var v = this.getVector();
|
||||
|
|
Loading…
Reference in a new issue