Remove the appcore from the AppCoresManager in onunload().

git-svn-id: svn://10.0.0.236/trunk@33057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com 1999-05-28 00:37:04 +00:00
parent c521aaf211
commit 52c77e40f7

View File

@ -61,8 +61,7 @@ function EditorSetup(p_editorName, p_appCore)
function EditorShutdown()
{
dump("In EditorShutdown..\n");
// this fires at all the wrong times, so I can't do this here
//appCore = XPAppCoresManager.Remove(appCore);
appCore = XPAppCoresManager.Remove(appCore);
}