aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorilya2012-07-06 23:48:17 -0700
committerilya2012-07-06 23:48:17 -0700
commit680ca8fbd34a51f854302537c3b09ffd60edbe93 (patch)
treee376e924c083ea5e2048311165cd8f748399a8e8 /background_page.html
parented21d9b1abe42c1556f27390476302a1393dedb8 (diff)
downloadvimium-680ca8fbd34a51f854302537c3b09ffd60edbe93.tar.bz2
Bookmarks mode in Vomnibar
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index c6d4206b..8215b389 100644
--- a/background_page.html
+++ b/background_page.html
@@ -64,6 +64,7 @@
completionSources.bookmarks,
completionSources.history,
completionSources.domains]),
+ bookmarks: new MultiCompleter([completionSources.bookmarks]),
tabs: new MultiCompleter([completionSources.tabs])
};