Fix a strict mode warning
This commit is contained in:
parent
c6b30b94e4
commit
bd1d298ee9
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ if(appInfo.platformVersion[0] >= 2) {
|
|||
while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) {
|
||||
Zotero.mainThread.processNextEvent(true);
|
||||
}
|
||||
if(Zotero.closing) return;
|
||||
if(Zotero.closing) return false;
|
||||
|
||||
// We will want to broadcast when initialization completes
|
||||
_broadcastInitComplete = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue