Bug 709400: Make all methods on nsIInlineSpellChecker scriptable so that it can be overriden from JS. r=ehsan

This commit is contained in:
Kyle Huey 2012-01-05 11:26:14 -05:00
parent e92737e5b2
commit 89088b2c08

View File

@ -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;