commit 5de18a007d7be67e2ed28037b2b2594aa579e9cd parent e70f2164c17c0ac630e817a0b4e05fa770e64490 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 21 Mar 2016 02:06:14 -0400 Fix typo 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 @@ -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'); },