Correctly fix Line#length documentation.

This commit is contained in:
Jürg Lehni 2013-06-17 15:16:48 -07:00
parent 8a726f22b2
commit d98a9f40cb

View file

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