зеркало из https://github.com/mozilla/pjs.git
fix dump statement to add newline
This commit is contained in:
Родитель
abd366921c
Коммит
af2ecf7db1
|
@ -77,7 +77,7 @@ function MsgAccountManager()
|
|||
{
|
||||
var appCore = FindMsgAppCore();
|
||||
if (appCore != null) {
|
||||
dump('Opening account manager..');
|
||||
dump('Opening account manager..\n');
|
||||
appCore.AccountManager(window);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче