mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Item: fix problem with #children docs.
This commit is contained in:
parent
f26a9a2327
commit
eecebdb831
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ var Item = this.Item = Base.extend({
|
|||
* using array functions. To remove single items from the children list, use
|
||||
* {@link Item#remove()}, to remove all items from the children list, use
|
||||
* {@link Item#removeChildren()}. To add items to the children list, use
|
||||
* {@link Item#addChild(item)} or {@link Item#insertChild(index, item)}.
|
||||
* {@link Item#addChild(item)} or {@link Item#insertChild(index,item)}.
|
||||
*
|
||||
* @type Item[]
|
||||
* @bean
|
||||
|
|
Loading…
Reference in a new issue