Fix typo in deca49c433
This commit is contained in:
parent
deca49c433
commit
ba103721fe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue