mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Rename properties to object in Rectangle constructor docs.
This commit is contained in:
parent
3136480e5e
commit
b8085c330f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var Rectangle = this.Rectangle = Base.extend(/** @lends Rectangle# */{
|
|||
* Creates a Rectangle object.
|
||||
*
|
||||
* @name Rectangle#initialize
|
||||
* @param {Object} properties An object literal containing properties to be
|
||||
* @param {Object} object An object literal containing properties to be
|
||||
* set on the rectangle.
|
||||
*
|
||||
* @example // Create a rectangle between {x: 20, y: 20} and {x: 80, y:80}
|
||||
|
|
Loading…
Reference in a new issue