mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Use typed array in documentation.
This commit is contained in:
parent
cb61e8d452
commit
1e436b2980
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ var Group = this.Group = Item.extend({
|
|||
/**
|
||||
* Creates a new Group item and places it at the top of the active layer.
|
||||
*
|
||||
* @param {Array} [children] An optional array of children that will be
|
||||
* @param {Item[]} [children] An optional array of children that will be
|
||||
* added to the newly created group.
|
||||
*
|
||||
* @example {@paperscript split=true height=200}
|
||||
|
|
Loading…
Reference in a new issue