зеркало из https://github.com/mozilla/pjs.git
Change InitHTMLEditor to Init and removed EnableUndo, which is done in Init
This commit is contained in:
Родитель
50e79f8c24
Коммит
632d7ed2ea
|
@ -102,9 +102,7 @@ nsresult NS_InitEditorMode(nsIDOMDocument *aDOMDocument, nsIPresShell* aPresShel
|
|||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
gEditor->InitHTMLEditor(aDOMDocument, aPresShell);
|
||||
gEditor->EnableUndo(PR_TRUE);
|
||||
|
||||
result = gEditor->Init(aDOMDocument, aPresShell);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче