diff options
| author | Stephen Blott | 2015-01-11 07:15:06 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-01-11 07:15:06 +0000 | 
| commit | d65075a3b66fae93a10b849162fa907d0eb99846 (patch) | |
| tree | 721de43d14028cea46b53b792eaf907912c044c8 /content_scripts/mode.coffee | |
| parent | 06a2ea5ccdef3703df23fe4233921bd2a6af3abf (diff) | |
| download | vimium-d65075a3b66fae93a10b849162fa907d0eb99846.tar.bz2 | |
Modes; add DOM 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 a56a3215..46f5c3b7 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.  | 
