diff --git a/src/item/Item.js b/src/item/Item.js index 55060b9b..b0a556c6 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -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 */