From 314f66c84aab3b15755280b32c68610ecd2fe20e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 28 Jun 2021 01:57:06 -0400 Subject: [PATCH] Fix comment on Zotero.Item::clone() --- chrome/content/zotero/xpcom/data/item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);