From ebbf8cf03960826efdec95b9493bc54dc3da20cd Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Thu, 24 Feb 2011 14:30:06 +0100 Subject: [PATCH] Add missing introduction to Point.js --- src/basic/Point.js | 5 +++++ 1 file changed, 5 insertions(+) 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,