зеркало из https://github.com/mozilla/pjs.git
allow scripting of methods with no parameters (bug #112008, r=akkana, sr=sfraser)
This commit is contained in:
Родитель
f37674f13a
Коммит
4169c84d7f
|
@ -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
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче