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'); }