diff options
| author | Stephen Blott | 2015-01-11 11:42:02 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-01-11 11:42:02 +0000 | 
| commit | a8096d235eae39d309c0ffd74e0d2493ff12dd22 (patch) | |
| tree | cb07ff893cbe2a9816d8b4194cfe7a82a6581ad6 /content_scripts/mode.coffee | |
| parent | 355bb5fb2a06b4465a354350e2fa78ab5d53cb0b (diff) | |
| download | vimium-a8096d235eae39d309c0ffd74e0d2493ff12dd22.tar.bz2 | |
Modes; tweek tests.
Diffstat (limited to 'content_scripts/mode.coffee')
| -rw-r--r-- | content_scripts/mode.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee index 61e51b1c..84e3e75c 100644 --- a/content_scripts/mode.coffee +++ b/content_scripts/mode.coffee @@ -44,7 +44,7 @@ count = 0  class Mode    # If Mode.debug is true, then we generate a trace of modes being activated and deactivated on the console, along    # with a list of the currently active modes. -  debug: true +  debug: false    @modes: []    # Constants; short, readable names for handlerStack event-handler return values.  | 
