mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-09 19:24:00 -04:00
Clean up comments.
This commit is contained in:
parent
c87ce4de4c
commit
2c9e15b070
2 changed files with 12 additions and 12 deletions
src/item
|
@ -2234,8 +2234,8 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
},
|
||||
|
||||
/**
|
||||
* Removes the item from the project. If the item has children, they are also
|
||||
* removed.
|
||||
* Removes the item and all its children from the project. The item is not
|
||||
* destroyed and can be inserted again after removal.
|
||||
*
|
||||
* @return {Boolean} {@true if the item was removed}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue