From 8b7b4febdf8947b3a123e8dc2b289caa20976864 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 22 Apr 2015 13:37:05 +0100 Subject: Remove redundant line. This lines was never needed. --- background_scripts/main.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index c47abd66..a7a1533c 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -623,7 +623,6 @@ sendRequestHandlers = unregisterFrame: unregisterFrame frameFocused: handleFrameFocused nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId - mainFrame: BackgroundCommands.mainFrame updateScrollPosition: handleUpdateScrollPosition copyToClipboard: copyToClipboard pasteFromClipboard: pasteFromClipboard -- cgit v1.2.3