diff options
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 53f13b60..e21c1a25 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -20,7 +20,7 @@ chrome.runtime.onInstalled.addListener ({ reason }) ->            func tab.id, { file: file, allFrames: contentScripts.all_frames }, checkLastRuntimeError  frameIdsForTab = {} -portsForTab = {} +root.portsForTab = {}  root.urlForTab = {}  # This is exported for use by "marks.coffee". | 
