mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:34:11 +01:00
Fix buffer.jsm bugs.
This commit is contained in:
@@ -296,9 +296,11 @@ overlay.overlayWindow(Object.keys(config.overlays), function _overlay(window) ({
|
||||
});
|
||||
},
|
||||
|
||||
unload: function unload(window) {
|
||||
cleanup: function cleanup(window) {
|
||||
overlay.windows = overlay.windows.filter(function (w) w != window);
|
||||
},
|
||||
|
||||
unload: function unload(window) {
|
||||
for each (let mod in this.modules.moduleList.reverse()) {
|
||||
mod.stale = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user