mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 14:22:08 -05:00
Documentation: small adjustment to Item#clone
This commit is contained in:
parent
d0ecd6a4ad
commit
dc66049312
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ var Item = this.Item = Base.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clones the item within the same project.
|
* Clones the item within the same project and places the copy above the
|
||||||
|
* item.
|
||||||
*
|
*
|
||||||
* @return the newly cloned item
|
* @return the newly cloned item
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue