www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6dfef4daedbdd4680859d2fd83c33aea04945b96
parent 8cb1269b67de72c4c30f4ba6ff971f0329216e3a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  6 Sep 2016 12:17:16 -0400

Removed another unused undeclared variable

Follow-up to 42ef98bb89

Diffstat:
Mchrome/content/zotero/xpcom/connector/translator.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/connector/translator.js b/chrome/content/zotero/xpcom/connector/translator.js @@ -388,7 +388,6 @@ Zotero.Translator.prototype.init = function(info) { var property = TRANSLATOR_REQUIRED_PROPERTIES[i]; if(info[property] === undefined) { Zotero.logError(new Error('Missing property "'+property+'" in translator metadata JSON object in ' + info.label)); - haveMetadata = false; break; } else { this[property] = info[property];