aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-03-18 09:17:13 +0000
committerStephen Blott2016-03-18 09:17:13 +0000
commit31393c50342186f728c2b9607caf0220b13fd42e (patch)
tree2aaf1bfc364c575d099dd2d416f392d2d88f49b2
parent7a0f53a8dceb8ffb4f1080e84f1d875a4fa20b78 (diff)
downloadvimium-31393c50342186f728c2b9607caf0220b13fd42e.tar.bz2
This isn't needed any more.
-rw-r--r--content_scripts/vimium_frontend.coffee1
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()