Merge branch '4.0'

This commit is contained in:
Dan Stillman 2016-01-22 01:10:56 -05:00
commit 31d2f6aecb

View file

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