mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:54:12 +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);
|
this.addSessionListener(window, "resize", this.onResize, true);
|
||||||
|
|
||||||
dactyl.registerObserver("modeChange", function () {
|
dactyl.registerObserver("modeChange", function () {
|
||||||
delete this.processor;
|
delete self.processor;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user