www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit fae742c94e12a579fe42ad41e2f7dd8800eb31a3
parent b13b46c641fe69de3ff7563d886b293dbdc31c65
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 21 Aug 2013 01:03:10 -0400

Remove errant letter

Diffstat:
Mresource/concurrent-caller.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resource/concurrent-caller.js b/resource/concurrent-caller.js @@ -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