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
parent eaee3501ec
commit 466011238d

View File

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