mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Add missing introduction to Point.js
This commit is contained in:
parent
a3ec524722
commit
ebbf8cf039
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue