aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2016-03-15 12:38:39 +0000
committerStephen Blott2016-03-17 11:17:03 +0000
commit4009213f0dbe1326263535e0a50a165d179ae47d (patch)
treed1713025be04a9dbbdcf9f002c3cb0cedfaebfb4 /background_scripts
parent5a6cb052b14fcaa11189b7760ebf480a38db682d (diff)
downloadvimium-4009213f0dbe1326263535e0a50a165d179ae47d.tar.bz2
Open frames port pre documentReady.
The intention is to move checkIfEnabledForUrl to the frames port. That needs to run pre domReady, so first -- here -- we separate the two ports.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 1aeef3a1..634acc60 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -423,7 +423,7 @@ bgLog = (request, sender) ->
# Port handler mapping
portHandlers =
completions: handleCompletions
- domReady: Frames.onConnect.bind Frames
+ frames: Frames.onConnect.bind Frames
sendRequestHandlers =
runBackgroundCommand: runBackgroundCommand