diff options
author | Martin Stubenschrott <stubenschrott@vimperator.org> | 2009-06-01 13:56:14 +0200 |
---|---|---|
committer | Martin Stubenschrott <stubenschrott@vimperator.org> | 2009-06-01 14:45:57 +0200 |
commit | 3e984c776d7b3a3c90fab6a68f4997ed6c0edfb6 (patch) | |
tree | c4c88294df8332b9c6c78e9429a41b14c8ff302a /common/content/events.js | |
parent | 7e9fcf8d0546191edf1de07104ef9741d63ae399 (diff) | |
download | pentadactyl-3e984c776d7b3a3c90fab6a68f4997ed6c0edfb6.tar.gz |
clean up HACKING file a little, and rename canonKeys method
Diffstat (limited to 'common/content/events.js')
-rw-r--r-- | common/content/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/events.js b/common/content/events.js index 72605830..1baa8963 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -863,7 +863,7 @@ function Events() //{{{ yield match[0]; }, - canonKeys: function (keys) + canonicalKeys: function (keys) { var res = util.map(events.splitKeys(keys), function (key) { let keyCode = 0; |