Bug 1572149 - Fix missing bracket. rs=bustage-fix
This commit is contained in:
Родитель
5703475913
Коммит
a1e1224ae4
|
@ -1523,7 +1523,7 @@ function ComposeUnload()
|
||||||
function ComposeSetCharacterSet(aEvent)
|
function ComposeSetCharacterSet(aEvent)
|
||||||
{
|
{
|
||||||
if (gMsgCompose)
|
if (gMsgCompose)
|
||||||
SetDocumentCharacterSet(aEvent.target.getAttribute("charset");
|
SetDocumentCharacterSet(aEvent.target.getAttribute("charset"));
|
||||||
else
|
else
|
||||||
dump("Compose has not been created!\n");
|
dump("Compose has not been created!\n");
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче