Bug 1498041 - Turn on ESLint in mail/base/content: fix one more undefined nsMsgViewCommandType variable. r=jorgk
This commit is contained in:
Родитель
5700b710ec
Коммит
e4a839d03a
|
@ -89,7 +89,7 @@ var SecurityController =
|
|||
{
|
||||
let enabled = {value: false};
|
||||
let checkStatus = {};
|
||||
gDBView.getCommandStatus(nsMsgViewCommandType.cmdRequiringMsgBody,
|
||||
gDBView.getCommandStatus(Ci.nsMsgViewCommandType.cmdRequiringMsgBody,
|
||||
enabled, checkStatus);
|
||||
return enabled.value;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче