allow scripting of methods with no parameters (bug #112008, r=akkana, sr=sfraser)

This commit is contained in:
brade%netscape.com 2001-11-29 10:05:36 +00:00
Родитель f37674f13a
Коммит 4169c84d7f
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -73,7 +73,7 @@ interface nsIEditorIMESupport : nsISupports
* EndComposition() Handles the end of inline input composition.
*/
[noscript] void EndComposition();
void EndComposition();
/**
* QueryComposition() Get the composition position
@ -83,8 +83,9 @@ interface nsIEditorIMESupport : nsISupports
/**
* ForceCompositionEnd() force the composition end
*/
[noscript] void ForceCompositionEnd();
void ForceCompositionEnd();
/**
* GetReconvertionString() Get the reconvertion string
*/