www

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

commit 42ef98bb89ca2c346f137f07ecd5e7e65d0d806b
parent ca833f54fc9b9371e4e76e73ffb9c92a5e249705
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date:   Tue,  6 Sep 2016 15:00:29 +0300

Remove unused undeclared variable causing an error in safari

Diffstat:
Mchrome/content/zotero/xpcom/translation/translator.js | 1-
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];