diff options
| author | Stephen Blott | 2016-03-15 12:38:39 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-03-17 11:17:03 +0000 |
| commit | 4009213f0dbe1326263535e0a50a165d179ae47d (patch) | |
| tree | d1713025be04a9dbbdcf9f002c3cb0cedfaebfb4 /background_scripts | |
| parent | 5a6cb052b14fcaa11189b7760ebf480a38db682d (diff) | |
| download | vimium-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.coffee | 2 |
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 |
