diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -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 | 
