Combine AMO reviewer comment into 3 lines

This commit is contained in:
Simon Kornblith 2011-09-22 06:50:45 +00:00
parent 606211afa7
commit 5b5f864943

View file

@ -686,10 +686,8 @@ if(appInfo.platformVersion[0] >= 2) {
var timeout = Date.now() + 5000; // 5 second timeout var timeout = Date.now() + 5000; // 5 second timeout
while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) { while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) {
// Dear friendly AMO reviewer: // Dear friendly AMO reviewer:
//
// The following processNextEvent() call is only used within Zotero // The following processNextEvent() call is only used within Zotero
// Standalone. It is never used when Zotero is running as a Firefox // Standalone. It is never used when Zotero is running in Firefox.
// extension.
Zotero.mainThread.processNextEvent(true); Zotero.mainThread.processNextEvent(true);
} }
if(Zotero.closing) return false; if(Zotero.closing) return false;