Documentation: small adjustment to Item#clone

This commit is contained in:
Jonathan Puckey 2011-05-23 17:07:35 +02:00
parent d0ecd6a4ad
commit dc66049312

View file

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