commit ba103721fe08e10b35571227c6a7738013359789
parent deca49c433053ffbe16c47717cc672c767e88aec
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 16 Apr 2013 23:33:18 -0400
Fix typo in deca49c433053ffbe16c47717cc672c767e88aec
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
@@ -335,7 +335,7 @@ Zotero_TranslatorTester.prototype._runTestsRecursively = function(testDoneCallba
this.fetchPageAndRunTest(test, callback);
} else {
(Zotero.setTimeout ? Zotero : window).setTimeout(function() {
- this.runTest(test, null, callback);
+ me.runTest(test, null, callback);
}, 0);
}