commit 31d2f6aecbd93ce489fd9609103b8bc09af6198f
parent bf58ba6faaa2b0600858e81a03f60a23e4a9aaec
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 22 Jan 2016 01:10:56 -0500
Merge branch '4.0'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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));
}