diff options
| author | Stephen Blott | 2014-11-08 06:51:44 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-08 06:51:44 +0000 | 
| commit | a61de15c2f21e2a27f09b088dea09c1cefe699d1 (patch) | |
| tree | fcf35c5baa6d1cae91ad16c58fe8f6f1d9549efd /background_scripts | |
| parent | 7d7efb77270c6cd9527e788bdae9a862ced59d81 (diff) | |
| download | vimium-a61de15c2f21e2a27f09b088dea09c1cefe699d1.tar.bz2 | |
Tabs order; add tests.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/completion.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 141c4ad7..af1613fc 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -573,3 +573,4 @@ root.SearchEngineCompleter = SearchEngineCompleter  root.HistoryCache = HistoryCache  root.RankingUtils = RankingUtils  root.RegexpCache = RegexpCache +root.TabRecency = TabRecency | 
