aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-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