This commit is contained in:
sfraser%netscape.com 1999-05-13 04:45:22 +00:00
Родитель 303396a13b
Коммит 54d87c12af
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -11,6 +11,8 @@ interface EditorAppCore : BaseAppCore
readonly attribute Selection editorSelection;
readonly attribute DOMString ParagraphFormat;
attribute int wrapColumn;
void EditorAppCore();
void setEditorType(in DOMString editorType);