Bug 1318852 - hotfix comment. rs=documentation-only

This commit is contained in:
Jorg K 2016-12-11 22:19:25 +01:00
Родитель 66b11bb175
Коммит e3e8371363
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -415,6 +415,10 @@ var ResultsPaneController =
}
return (enabled && (numSelected > 0));
case "cmd_properties":
// Temporary fix for SeaMonkey (see bug 1318852).
// goSetLabelAccesskeyTooltiptext() is only defined in mail/.
// This will be removed in due course and therefore the
// block wasn't indented.
if (typeof goSetLabelAccesskeyTooltiptext == "function") {
let labelAttr = "valueGeneric";
let accKeyAttr = "valueGenericAccessKey";