aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/mode.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-02-28 11:07:21 +0000
committerStephen Blott2016-03-05 05:38:30 +0000
commit6e37f605fe45ee5eca03153c35c55c231e703c95 (patch)
tree1d73306bf8aebf2055786ea6bb18b8c94073b905 /content_scripts/mode.coffee
parentf0c0a07a2dcb7c73f6aa93de166d8fa87e21f305 (diff)
downloadvimium-6e37f605fe45ee5eca03153c35c55c231e703c95.tar.bz2
Key bindings; minor tweaks.
Diffstat (limited to 'content_scripts/mode.coffee')
-rw-r--r--content_scripts/mode.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee
index efbc9cf4..8a84457e 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -119,8 +119,7 @@ class Mode
@deactivateSingleton @options.singleton
singletons[key] = this
- # If @options.trackState is truthy, then the mode mainatins the current state in @enabled and @passKeys,
- # and calls @registerStateChange() (if defined) whenever the state changes.
+ # If @options.trackState is truthy, then the mode mainatins the current state in @enabled and @passKeys.
if @options.trackState
@enabled = false
@passKeys = ""