diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 7544c27abd..9de78412e6 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -4480,7 +4480,7 @@ Zotero.Item.prototype.multiDiff = function (otherItems, ignoreFields) { * @param {Number} [libraryID] - libraryID of the new item, or the same as original if omitted * @param {Boolean} [options.skipTags=false] - Skip tags * @param {Boolean} [options.includeCollections=false] - Add new item to all collections - * @return {Promise} + * @return {Zotero.Item} */ Zotero.Item.prototype.clone = function (libraryID, options = {}) { Zotero.debug('Cloning item ' + this.id);