From 5de18a007d7be67e2ed28037b2b2594aa579e9cd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 21 Mar 2016 02:06:14 -0400 Subject: [PATCH] Fix typo --- 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 a2df6ce3c..3c52132de 100644 --- a/chrome/content/zotero/xpcom/sync/syncLocal.js +++ b/chrome/content/zotero/xpcom/sync/syncLocal.js @@ -177,7 +177,7 @@ Zotero.Sync.Data.Local = { loginManager.removeLogin(login); } // Remove the legacy pref - Zotero.Pref.clear('sync.server.username'); + Zotero.Prefs.clear('sync.server.username'); },