diff options
| author | Stephen Blott | 2016-02-28 11:07:21 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-05 05:38:30 +0000 | 
| commit | 6e37f605fe45ee5eca03153c35c55c231e703c95 (patch) | |
| tree | 1d73306bf8aebf2055786ea6bb18b8c94073b905 /content_scripts/mode.coffee | |
| parent | f0c0a07a2dcb7c73f6aa93de166d8fa87e21f305 (diff) | |
| download | vimium-6e37f605fe45ee5eca03153c35c55c231e703c95.tar.bz2 | |
Key bindings; minor tweaks.
Diffstat (limited to 'content_scripts/mode.coffee')
| -rw-r--r-- | content_scripts/mode.coffee | 3 | 
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 = "" | 
