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 3ec618c9..647923c0 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -633,6 +633,7 @@ sendRequestHandlers =    registerFrame: registerFrame,    unregisterFrame: unregisterFrame,    frameFocused: handleFrameFocused, +  nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId    upgradeNotificationClosed: upgradeNotificationClosed,    updateScrollPosition: handleUpdateScrollPosition,    copyToClipboard: copyToClipboard, | 
