diff options
| author | Stephen Blott | 2014-10-31 12:39:39 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-10-31 12:39:39 +0000 |
| commit | 92f177faac3a14e41c033f4bc1ae95909e90c9ce (patch) | |
| tree | a7b40b2a2d18608a989a7921a55569da5db393e4 /content_scripts/vimium_frontend.coffee | |
| parent | a277fa6332f3aa3c0aa5f2c541f539fb1569c6b9 (diff) | |
| parent | d65f265a6ad137be0db4d8c86879e5123a10087b (diff) | |
| download | vimium-92f177faac3a14e41c033f4bc1ae95909e90c9ce.tar.bz2 | |
Merge vomnibarToPage from @mrmr1993.
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 4f7becba..81427c1a 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -123,6 +123,8 @@ initializePreDomReady = -> getActiveState: -> { enabled: isEnabledForUrl, passKeys: passKeys } setState: setState currentKeyQueue: (request) -> keyQueue = request.keyQueue + vomnibarShow: -> Vomnibar.show() + vomnibarClose: -> Vomnibar.close() chrome.runtime.onMessage.addListener (request, sender, sendResponse) -> # In the options page, we will receive requests from both content and background scripts. ignore those |
