aboutsummaryrefslogtreecommitdiffstats
path: root/lib/handler_stack.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-03-05 05:43:42 +0000
committerStephen Blott2016-03-05 05:43:42 +0000
commit62359adda7bc38917de38e3fc794d37817fa05ed (patch)
tree816d696b785f8a58b06ddd01560fee05ca0299e7 /lib/handler_stack.coffee
parent27d3d0087c86a6effd25049cbf0d9273eb0af9db (diff)
parentfb67cfdd2ca8c09453cc896fd02d08ed5a74a8a4 (diff)
downloadvimium-62359adda7bc38917de38e3fc794d37817fa05ed.tar.bz2
Merge pull request #2022 from smblott-github/generalised-key-bindings
Key handling in content scripts.
Diffstat (limited to 'lib/handler_stack.coffee')
-rw-r--r--lib/handler_stack.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/handler_stack.coffee b/lib/handler_stack.coffee
index bb0f19a6..2a44d26b 100644
--- a/lib/handler_stack.coffee
+++ b/lib/handler_stack.coffee
@@ -84,8 +84,6 @@ class HandlerStack
# Debugging.
logResult: (eventNumber, type, event, handler, result) ->
- # Key queue events aren't usually useful for debugging, so we filter them out.
- return if type in [ "registerKeyQueue" ]
label =
switch result
when @stopBubblingAndTrue then "stop/true"