mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 22:45:46 +01:00
Remove unused event handler.
--HG-- branch : key-processing
This commit is contained in:
@@ -186,10 +186,6 @@ var MOW = Module("mow", {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onContext: function onContext(event) {
|
|
||||||
return true;
|
|
||||||
},
|
|
||||||
|
|
||||||
onKeyPress: function onKeyPress(event) {
|
onKeyPress: function onKeyPress(event) {
|
||||||
const KILL = false, PASS = true;
|
const KILL = false, PASS = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user