Final removal of 'editorShell'. b=169029, r=akkana, sr=sfraser

This commit is contained in:
cmanske%netscape.com 2002-11-15 15:52:47 +00:00
Родитель 8abf4c3828
Коммит 349df9d579
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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