diff options
| author | Stephen Blott | 2015-02-09 13:21:50 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-09 13:21:50 +0000 |
| commit | e11a86afe9375b40ccda20e6a91b020989e2be4c (patch) | |
| tree | 9dff180f7c98447db45d14d84bf424221466f0ce /lib/handler_stack.coffee | |
| parent | 0bf605a934115083e700f5de090f39841417482a (diff) | |
| download | vimium-e11a86afe9375b40ccda20e6a91b020989e2be4c.tar.bz2 | |
Fix long-standing bug in sync.coffee.
This is wrong:
if not key of Settings.defaults
It parses as:
if (not key) of Settings.defaults
and is always false, so we never return here!
Diffstat (limited to 'lib/handler_stack.coffee')
0 files changed, 0 insertions, 0 deletions
