128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron

This commit is contained in:
akkana%netscape.com 2002-03-14 22:52:08 +00:00
Родитель 0c7e210ecd
Коммит 7460d6e827
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -116,7 +116,7 @@ nsButtonPrefListener.prototype =
button.setAttribute("state", "transparent");
}
if (htmlEditor) {
htmlEditor.SetCSSEnabled(useCSS);
htmlEditor.isCSSEnabled = useCSS;
}
}
}
@ -1248,7 +1248,6 @@ function GetParentTableCell(element)
Format menu. There should be code like this for the
object-specific "Properties" item
*/
// For property dialogs, we want the selected element,
// but will accept a parent link, list, or table cell if inside one
function GetObjectForProperties()