From 4009213f0dbe1326263535e0a50a165d179ae47d Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 15 Mar 2016 12:38:39 +0000 Subject: 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. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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 -- cgit v1.2.3