www

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

commit 17521c96b42b6f8c7a386c33f6039c24e59d7a85
parent 5b5f8649430fb0338409bd1bc17266e483f18e4c
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 22 Sep 2011 06:55:35 +0000

Further abbreviate message


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -685,9 +685,7 @@ if(appInfo.platformVersion[0] >= 2) { var timeout = Date.now() + 5000; // 5 second timeout while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) { - // Dear friendly AMO reviewer: - // The following processNextEvent() call is only used within Zotero - // Standalone. It is never used when Zotero is running in Firefox. + // This is never used when Zotero is run in Firefox. Zotero.mainThread.processNextEvent(true); } if(Zotero.closing) return false;