Fix a strict mode warning

This commit is contained in:
Simon Kornblith 2011-07-20 03:12:31 +00:00
parent c6b30b94e4
commit bd1d298ee9

View file

@ -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;