commit 6e929bbaa08abeec3b87e240b2ef2e8fe66ca6dd parent 3aaebb58025cab59e285880de483a4dd63ca70b4 Author: Simon Kornblith <simon@simonster.com> Date: Mon, 27 Feb 2012 19:41:39 -0500 get code for unsupported translators in connector Diffstat:
| M | chrome/content/zotero/tools/testTranslators/translatorTester.js | | | 2 | +- |
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 @@ -61,7 +61,7 @@ Zotero_TranslatorTesters = new function() { runTesters(testers, numConcurrentTests, doneCallback); } }; - }); + }, true); }; };