Remove errant letter
This commit is contained in:
parent
b13b46c641
commit
fae742c94e
|
@ -26,7 +26,7 @@
|
||||||
EXPORTED_SYMBOLS = ["ConcurrentCaller"];
|
EXPORTED_SYMBOLS = ["ConcurrentCaller"];
|
||||||
Components.utils.import("resource://zotero/q.js");
|
Components.utils.import("resource://zotero/q.js");
|
||||||
|
|
||||||
f/**
|
/**
|
||||||
* Call a fixed number of functions at once, queueing the rest until slots
|
* Call a fixed number of functions at once, queueing the rest until slots
|
||||||
* open and returning a promise for the final completion. The functions do
|
* open and returning a promise for the final completion. The functions do
|
||||||
* not need to return promises, but they should if they have asynchronous
|
* not need to return promises, but they should if they have asynchronous
|
||||||
|
|
Loading…
Reference in New Issue
Block a user