diff options
Diffstat (limited to 'browser/components/preferences/sync.js')
-rw-r--r-- | browser/components/preferences/sync.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/preferences/sync.js b/browser/components/preferences/sync.js index 11a6a42e2e..fa3f333e8b 100644 --- a/browser/components/preferences/sync.js +++ b/browser/components/preferences/sync.js @@ -69,7 +69,7 @@ var gSyncPane = { xps.ensureLoaded(); }, - _showLoadPage(xps) { + _showLoadPage() { let maybeAcct = false; let username = Services.prefs.getCharPref("services.sync.username", ""); if (username) { |