mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Since the unload handler gets called at all the wrong times, don't do
This commit is contained in:
parent
d64a71ec88
commit
7f70126e71
@ -54,8 +54,8 @@ function EditorStartup()
|
||||
function EditorShutdown()
|
||||
{
|
||||
dump("In EditorShutdown..\n");
|
||||
|
||||
appCore = XPAppCoresManager.Remove(editorName);
|
||||
// this fires at all the wrong times, so I can't do this here
|
||||
//appCore = XPAppCoresManager.Remove(appCore);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user