Item: fix problem with #children docs.

This commit is contained in:
Jonathan Puckey 2011-06-18 17:40:50 +02:00
parent f26a9a2327
commit eecebdb831

View file

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