mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Rename 'properties' constructor parameter to 'object' in docs.
This commit is contained in:
parent
0369f5aea9
commit
daf8d0f881
3 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ var Group = this.Group = Item.extend(/** @lends Group# */{
|
|||
* Creates a new Group item and places it at the top of the active layer.
|
||||
*
|
||||
* @name Group#initialize
|
||||
* @param {Object} properties An object literal containing properties to be
|
||||
* @param {Object} object An object literal containing properties to be
|
||||
* set on the Group.
|
||||
*
|
||||
* @example {@paperscript}
|
||||
|
|
|
@ -42,7 +42,7 @@ var Layer = this.Layer = Group.extend(/** @lends Layer# */{
|
|||
* {@link Project#layers} array. The newly created layer will be activated,
|
||||
* so all newly created items will be placed within it.
|
||||
*
|
||||
* @param {Object} properties An object literal containing properties to
|
||||
* @param {Object} object An object literal containing properties to
|
||||
* be set on the layer.
|
||||
*
|
||||
* @example {@paperscript}
|
||||
|
|
|
@ -48,7 +48,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
|
|||
/**
|
||||
* Creates a new Path item and places it at the top of the active layer.
|
||||
*
|
||||
* @param {Object} properties An object literal containing properties to
|
||||
* @param {Object} object An object literal containing properties to
|
||||
* be set on the path.
|
||||
*
|
||||
* @example {@paperscript}
|
||||
|
|
Loading…
Reference in a new issue