diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js index 1e698997e..0112aa39b 100644 --- a/chrome/content/zotero/xpcom/utilities_internal.js +++ b/chrome/content/zotero/xpcom/utilities_internal.js @@ -170,7 +170,7 @@ Zotero.Utilities.Internal = { } // Hex string else { - let hexStr; + let hexStr = ""; for (let i = 0; i < hash.length; i++) { hexStr += toHexString(hash.charCodeAt(i)); }