diff options
| author | Stephen Blott | 2015-04-22 13:37:05 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-22 13:37:07 +0100 |
| commit | 8b7b4febdf8947b3a123e8dc2b289caa20976864 (patch) | |
| tree | 67786bede7fccc2fbd23a169cdea41e6cba6bdf4 | |
| parent | 59d33aa554997739341d26bcb18ea1a1b99a05a0 (diff) | |
| download | vimium-8b7b4febdf8947b3a123e8dc2b289caa20976864.tar.bz2 | |
Remove redundant line.
This lines was never needed.
| -rw-r--r-- | background_scripts/main.coffee | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
