зеркало из https://github.com/mozilla/pjs.git
Bug 480271 - On first sign in, username is initialized with "undefined". r=thunder
This commit is contained in:
Родитель
76ec9fd792
Коммит
329236abb2
|
@ -150,7 +150,7 @@ WeaveSvc.prototype = {
|
|||
_scheduleTimer: null,
|
||||
|
||||
get username() {
|
||||
return Svc.Prefs.get("username");
|
||||
return Svc.Prefs.get("username", "");
|
||||
},
|
||||
set username(value) {
|
||||
if (value)
|
||||
|
|
Загрузка…
Ссылка в новой задаче