зеркало из https://github.com/mozilla/pjs.git
Final removal of 'editorShell'. b=169029, r=akkana, sr=sfraser
This commit is contained in:
Родитель
8abf4c3828
Коммит
349df9d579
|
@ -339,6 +339,7 @@ var gEditorDocumentObserver =
|
|||
HideItem("linkButton");
|
||||
HideItem("namedAnchorButton");
|
||||
HideItem("hlineButton");
|
||||
HideItem("tableButton");
|
||||
|
||||
SetElementEnabledById("cmd_viewFormatToolbar", false);
|
||||
SetElementEnabledById("cmd_viewEditModeToolbar", false);
|
||||
|
@ -3013,8 +3014,6 @@ function SwitchInsertCharToAnotherEditorOrClose()
|
|||
{
|
||||
tempWindow.InsertCharWindow = window.InsertCharWindow;
|
||||
window.InsertCharWindow = null;
|
||||
|
||||
tempWindow.InsertCharWindow.editorShell = tempWindow.editorShell;
|
||||
tempWindow.InsertCharWindow.opener = tempWindow;
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче