www

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

commit 4b0309511bb7c17fef48719a8ed5e55769a73fcb
parent 17521c96b42b6f8c7a386c33f6039c24e59d7a85
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 22 Sep 2011 07:03:37 +0000

The AMO validator strips leading whitespace, so make comment a bit more explicit


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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