mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 709400: Make all methods on nsIInlineSpellChecker scriptable so that it can be overriden from JS. r=ehsan
This commit is contained in:
parent
e92737e5b2
commit
89088b2c08
@ -49,8 +49,8 @@ interface nsIInlineSpellChecker : nsISupports
|
||||
{
|
||||
readonly attribute nsIEditorSpellCheck spellChecker;
|
||||
|
||||
[noscript] void init(in nsIEditor aEditor);
|
||||
[noscript] void cleanup(in boolean aDestroyingFrames);
|
||||
void init(in nsIEditor aEditor);
|
||||
void cleanup(in boolean aDestroyingFrames);
|
||||
|
||||
attribute boolean enableRealTimeSpell;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user