1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 02:07:58 +01:00

Get rid of horrible coalesced event handlers in commandline.js.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-24 12:50:08 -05:00
parent 56777f59c3
commit 9786171520
10 changed files with 181 additions and 206 deletions

View File

@@ -327,7 +327,7 @@ var HintSession = Class("HintSession", {
*
* @param {Event} event The event to handle.
*/
onEvent: function onEvent(event) {
onKeyPress: function onKeyPress(event) {
const KILL = false, PASS = true;
let key = events.toString(event);