mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 19:55:53 +01:00
Fix local mapping bug. Change statusline API slightly.
This commit is contained in:
@@ -311,7 +311,6 @@ var Overlay = Module("Overlay", {
|
||||
modules.events.listen(window, "unload", function onUnload() {
|
||||
window.removeEventListener("unload", onUnload.wrapped, false);
|
||||
|
||||
util.dump("unload", modules.moduleList);
|
||||
for each (let mod in modules.moduleList.reverse()) {
|
||||
mod.stale = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user