concurrent-caller.js -> concurrentCaller.js
This commit is contained in:
parent
2b00a53e02
commit
62e586073d
4 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ describe("Zotero.Sync.Data.Engine", function () {
|
|||
server = sinon.fakeServer.create();
|
||||
server.autoRespond = true;
|
||||
|
||||
Components.utils.import("resource://zotero/concurrent-caller.js");
|
||||
Components.utils.import("resource://zotero/concurrentCaller.js");
|
||||
var caller = new ConcurrentCaller(1);
|
||||
caller.setLogger(msg => Zotero.debug(msg));
|
||||
caller.stopOnError = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue