From 31ed9bd70b9c1e89abd6f7be7413c5fdb03fe804 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 26 Jan 2017 18:29:23 -0500 Subject: [PATCH] Fix misplaced line in e23452363b --- chrome/content/zotero/xpcom/sync/syncLocal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync/syncLocal.js b/chrome/content/zotero/xpcom/sync/syncLocal.js index 3cb3db47c1..8edc0784dd 100644 --- a/chrome/content/zotero/xpcom/sync/syncLocal.js +++ b/chrome/content/zotero/xpcom/sync/syncLocal.js @@ -1563,8 +1563,8 @@ Zotero.Sync.Data.Local = { return false; } } - return true; } + return true; }); return { changes, conflicts, localChanged };