diff --git a/src/basic/Point.js b/src/basic/Point.js index 9fef3ae0..2de3e6e1 100644 --- a/src/basic/Point.js +++ b/src/basic/Point.js @@ -1,3 +1,8 @@ +/** + * The Point object represents a point in the two dimensional space of the + * Paper.js document. It is also used to represent two dimensional vector + * objects. + */ var Point = Base.extend({ beans: true,