This commit is contained in:
Simon Kornblith 2013-04-16 23:33:18 -04:00
parent deca49c433
commit ba103721fe

View file

@ -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);
}