From fae742c94e12a579fe42ad41e2f7dd8800eb31a3 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 21 Aug 2013 01:03:10 -0400 Subject: [PATCH] Remove errant letter --- resource/concurrent-caller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/concurrent-caller.js b/resource/concurrent-caller.js index 3110d8a91..66a92f534 100644 --- 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