commit 1972a9522be0c78bad51bfdfbdfd635fdf5aef06
parent efb7cbe9da3afd052d773544a1b61152bf74027c
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 = [];