mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 05:04:11 +01:00
Fix bug in last commit.
--HG-- branch : key-processing
This commit is contained in:
@@ -312,7 +312,7 @@ var Events = Module("events", {
|
||||
this.addSessionListener(window, "resize", this.onResize, true);
|
||||
|
||||
dactyl.registerObserver("modeChange", function () {
|
||||
delete this.processor;
|
||||
delete self.processor;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user