From 1c4daf625949451178a349e93811b04a00472835 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 19:15:54 +0100 Subject: Modes, better comments. --- content_scripts/mode.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee index 86d3e011..9105fabb 100644 --- a/content_scripts/mode.coffee +++ b/content_scripts/mode.coffee @@ -48,8 +48,8 @@ class Mode @log "activate:", @id # If options.suppressAllKeyboardEvents is truthy, then all keyboard events are suppressed. This avoids - # the need for modes which block all keyboard events to 1) provide handlers for all keyboard events, - # and 2) worry about their return value. + # the need for modes which block all keyboard events 1) to provide handlers for all keyboard events, + # and 2) to worry about their return values. if @options.suppressAllKeyboardEvents for type in [ "keydown", "keypress", "keyup" ] do (handler = @options[type]) => -- cgit v1.2.3