Fix for bug #79177: nsIEditorShell editor property should not be [noscript]

Removed the [noscript] notation on the editor attribute.

    editor/idl/nsIEditorShell.idl

r/sr=sfraser@netscape.com
This commit is contained in:
kin%netscape.com 2001-05-11 13:59:45 +00:00
Родитель 729a670d51
Коммит 0eba0b4b07
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -46,7 +46,7 @@ interface nsIEditorShell : nsISupports
attribute nsIDOMWindowInternal contentWindow;
attribute wstring editorType;
[noscript] readonly attribute nsIEditor editor;
readonly attribute nsIEditor editor;
%{C++