From 581f4bdf7bd75dfa2ef39cffd6c8ba1e53b86ad3 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 4 Aug 2022 15:10:32 -0400 Subject: [PATCH] fx-compat: Fix parameter name typo --- chrome/content/zotero/elements/itemBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index d1657ac5de..fcbf5fad76 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -375,7 +375,7 @@ * An array of field names in the order they should appear * in the list; empty spaces can be created with null */ - set fieldOrder(vale) { + set fieldOrder(val) { if (val.constructor.name != 'Array') { throw ('fieldOrder must be an array in .fieldOrder'); }