commit 8cb1269b67de72c4c30f4ba6ff971f0329216e3a
parent ca833f54fc9b9371e4e76e73ffb9c92a5e249705
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 6 Sep 2016 12:16:44 -0400
Merge pull request #1088 from adomasven/fix/safari-connector-fix
Remove unused undeclared variable causing an error in safari
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/translation/translator.js b/chrome/content/zotero/xpcom/translation/translator.js
@@ -78,7 +78,6 @@ Zotero.Translator.prototype.init = function(info) {
var property = TRANSLATOR_REQUIRED_PROPERTIES[i];
if(info[property] === undefined) {
this.logError(new Error('Missing property "'+property+'" in translator metadata JSON object in ' + info.label));
- haveMetadata = false;
break;
} else {
this[property] = info[property];