mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Docs: remove todo.
This commit is contained in:
parent
7e34c713b0
commit
4fcd26a914
1 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,7 @@ var Rectangle = this.Rectangle = Base.extend({
|
|||
*
|
||||
* @class A Rectangle specifies an area that is enclosed by it's top-left
|
||||
* point (x, y), its width, and its height. It should not be confused with a
|
||||
* rectangular path, it is not an item.
|
||||
* rectangular path ({@link Path.Rectangle(point,size)}), it is not an item.
|
||||
*/
|
||||
/**
|
||||
* Creates a rectangle object.
|
||||
|
@ -291,8 +291,6 @@ var Rectangle = this.Rectangle = Base.extend({
|
|||
return this.setCenterX(point.x).setCenterY(point.y);
|
||||
},
|
||||
|
||||
// DOCS: Rectangle#topLeft, Rectangle#topRight etc.
|
||||
|
||||
/**
|
||||
* The top-left point of the rectangle.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue