From dc66049312484da9efc6fbdafaa03abd0320fef2 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 23 May 2011 17:07:35 +0200 Subject: [PATCH] Documentation: small adjustment to Item#clone --- src/item/Item.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */