commit 31ed9bd70b9c1e89abd6f7be7413c5fdb03fe804 parent aec9b2a5311ac6a030287e02a43c7f8caf5acacc Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 26 Jan 2017 18:29:23 -0500 Fix misplaced line in e23452363b Diffstat:
| M | 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 @@ -1563,8 +1563,8 @@ Zotero.Sync.Data.Local = { return false; } } - return true; } + return true; }); return { changes, conflicts, localChanged };