diff options
| author | Stephen Blott | 2015-02-12 10:52:56 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-12 11:50:34 +0000 |
| commit | ffc49d3057daee2354fb77d939fffc0cf77ff2e1 (patch) | |
| tree | 892b319ce3622f6dba517d21db619e6312e9f017 /background_scripts/settings.coffee | |
| parent | 0ea060ca5b45acf42eb892cf900b8b7e04fc3397 (diff) | |
| download | vimium-ffc49d3057daee2354fb77d939fffc0cf77ff2e1.tar.bz2 | |
Grab back focus...
- add new option "GrabBackFocus"
- use chrome.storage.sync.get() to get option value
- avoid race conditions on load
- fix tests
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index f43bd4bc..4342aa26 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -73,6 +73,7 @@ root.Settings = Settings = linkHintNumbers: "0123456789" filterLinkHints: false hideHud: false + grabBackfocus: false userDefinedLinkHintCss: """ div > .vimiumHintMarker { |
