1
0
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:
Kris Maglione
2011-01-23 18:11:45 -05:00
parent 64b12db990
commit e83708cea4

View File

@@ -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;
});
},