Bug 394686 followup, add missing quote

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2015-02-23 21:42:14 -08:00
Родитель f8430495ed
Коммит c6b51bf084
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -222,7 +222,7 @@ this.LoginHelper = {
}
} else {
// Need one or the other!
throw new Error(Can't add a login without a httpRealm or formSubmitURL.");
throw new Error("Can't add a login without a httpRealm or formSubmitURL.");
}
// Throws if there are bogus values.