Bug 480271 - On first sign in, username is initialized with "undefined". r=thunder

This commit is contained in:
Edward Lee 2009-02-26 00:47:30 -08:00
Родитель 76ec9fd792
Коммит 329236abb2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,7 @@ WeaveSvc.prototype = {
_scheduleTimer: null, _scheduleTimer: null,
get username() { get username() {
return Svc.Prefs.get("username"); return Svc.Prefs.get("username", "");
}, },
set username(value) { set username(value) {
if (value) if (value)