Add missing introduction to Point.js

This commit is contained in:
Jonathan Puckey 2011-02-24 14:30:06 +01:00
parent a3ec524722
commit ebbf8cf039

View file

@ -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,