The AMO validator strips leading whitespace, so make comment a bit more explicit
This commit is contained in:
parent
17521c96b4
commit
4b0309511b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue