diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 17d21bc4..3753fd75 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -639,6 +639,7 @@ sendRequestHandlers = registerFrame: registerFrame unregisterFrame: unregisterFrame frameFocused: handleFrameFocused + nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId upgradeNotificationClosed: upgradeNotificationClosed updateScrollPosition: handleUpdateScrollPosition copyToClipboard: copyToClipboard |
