commit 2327c5cc980a843c8e9ecb1eafcf8bebe173fbbb
parent cfc5bc33e8c87f1e6325a838dc46d80fc22133d0
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 16 Apr 2012 01:29:49 -0400
Not all translators are supported
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js
@@ -142,9 +142,9 @@ Zotero_TranslatorTesters = new function() {
Zotero_TranslatorTester = function(translator, type, debugCallback) {
this.type = type;
this.translator = translator;
- this.translator.runMode = Zotero.Translator.RUN_MODE_IN_BROWSER;
this.output = "";
this.isSupported = this.translator.runMode === Zotero.Translator.RUN_MODE_IN_BROWSER;
+ this.translator.runMode = Zotero.Translator.RUN_MODE_IN_BROWSER;
this.tests = [];
this.pending = [];