Since the unload handler gets called at all the wrong times, don't do

This commit is contained in:
sfraser%netscape.com 1999-05-14 03:08:24 +00:00
parent d64a71ec88
commit 7f70126e71

View File

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