diff options
| author | Stephen Blott | 2015-03-17 12:06:15 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-03-17 12:06:15 +0000 |
| commit | 4399e2e4fffc4faba9f1505dfc0ad3150a948632 (patch) | |
| tree | 078d0ad4e226372fac0a93bb56f21259df1a0c1d /background_scripts | |
| parent | 8bc811aae1118e28faa7c17e67b039c67f637274 (diff) | |
| download | vimium-4399e2e4fffc4faba9f1505dfc0ad3150a948632.tar.bz2 | |
Activate vomnibar in window.top; more clean up.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 07e89e08..a64c7e37 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -660,9 +660,9 @@ handleFrameFocused = (request, sender) -> # Inform all frames that a frame has received the focus. chrome.tabs.sendMessage sender.tab.id, name: "frameFocused" - frameId: request.frameId + focusFrameId: request.frameId -# Send a message to a all frames in the current tab. +# Send a message to all frames in the current tab. sendMessageToFrames = (request, sender) -> chrome.tabs.sendMessage sender.tab.id, request.message |
