diff options
| author | Stephen Blott | 2016-03-18 09:17:13 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-18 09:17:13 +0000 | 
| commit | 31393c50342186f728c2b9607caf0220b13fd42e (patch) | |
| tree | 2aaf1bfc364c575d099dd2d416f392d2d88f49b2 | |
| parent | 7a0f53a8dceb8ffb4f1080e84f1d875a4fa20b78 (diff) | |
| download | vimium-31393c50342186f728c2b9607caf0220b13fd42e.tar.bz2 | |
This isn't needed any more.
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 1b823dbc..ade14029 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -154,7 +154,6 @@ initializePreDomReady = ->      # A frame has received the focus.  We don't care here (the Vomnibar/UI-component handles this).      frameFocused: ->      checkEnabledAfterURLChange: checkEnabledAfterURLChange -    initializeTopFrameUIComponents: initializeTopFrameUIComponents      runInTopFrame: ({sourceFrameId, registryEntry}) ->        Utils.invokeCommandString registryEntry.command, [sourceFrameId, registryEntry] if DomUtils.isTopFrame() | 
