www

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

commit 5b5f8649430fb0338409bd1bc17266e483f18e4c
parent 606211afa77c84d30aef62db7c9d4307f77b031e
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 22 Sep 2011 06:50:45 +0000

Combine AMO reviewer comment into 3 lines


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 @@ -686,10 +686,8 @@ 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 as a Firefox - // extension. + // Standalone. It is never used when Zotero is running in Firefox. Zotero.mainThread.processNextEvent(true); } if(Zotero.closing) return false;