Rename 'properties' constructor parameter to 'object' in docs.

This commit is contained in:
Jonathan Puckey 2013-04-21 13:54:31 +02:00
parent 0369f5aea9
commit daf8d0f881
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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