pull/223/head
Ruben Daniels 2015-10-28 21:10:08 +00:00
rodzic 237f0d68ae
commit bbfaab263e
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -183,6 +183,8 @@ define(function(require, module, exports) {
}); });
plugin.on("unload", function(){ plugin.on("unload", function(){
loaded = false; loaded = false;
defaultEditor = null;
group = null;
}); });
/***** Register and define API *****/ /***** Register and define API *****/

Wyświetl plik

@ -356,6 +356,13 @@ define(function(require, exports, module) {
} }
}); });
}); });
handle.on("unload", function(){
mnuTerminal = null;
lastEditor = null;
lastTerminal = null;
shownDotsHelp = null;
installPrompted = null;
});
handle.draw = function(){ handle.draw = function(){
ui.insertMarkup(null, markupMenu, handle); ui.insertMarkup(null, markupMenu, handle);