From 76c1db33e97f8ccc98cd52f901ea1f40dbb259ef Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:47:38 +0800 Subject: [PATCH] Fix itemTreeManager typo --- chrome/content/zotero/xpcom/itemTreeManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/itemTreeManager.js b/chrome/content/zotero/xpcom/itemTreeManager.js index ea34a773a3..d9fc035117 100644 --- a/chrome/content/zotero/xpcom/itemTreeManager.js +++ b/chrome/content/zotero/xpcom/itemTreeManager.js @@ -248,7 +248,7 @@ class ItemTreeManager { * Add a new column or new columns. * If the options is an array, all its children must be valid. * Otherwise, no columns are added. - * @param {ItemTreeCustomColumnOptions | ItemTreeCItemTreeCustomColumnOptionsolumnOptions[]} options - An option or array of options to add + * @param {ItemTreeCustomColumnOptions | ItemTreeColumnOptions[]} options - An option or array of options to add * @returns {string | string[] | false} - The dataKey(s) of the added column(s) or false if no columns were added */ _addColumns(options) {