Remove errant letter

This commit is contained in:
Dan Stillman 2013-08-21 01:03:10 -04:00
parent b13b46c641
commit fae742c94e

View File

@ -26,7 +26,7 @@
EXPORTED_SYMBOLS = ["ConcurrentCaller"];
Components.utils.import("resource://zotero/q.js");
f/**
/**
* 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
* not need to return promises, but they should if they have asynchronous