aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/marks.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/marks.coffee b/background_scripts/marks.coffee
index 45697ac4..3a5af130 100644
--- a/background_scripts/marks.coffee
+++ b/background_scripts/marks.coffee
@@ -81,6 +81,5 @@ Marks =
tabsInWindow = tabs.filter (tab) -> tab.windowId == id
continuation tabsInWindow[0] ? tabs[0]
-
root = exports ? window
root.Marks = Marks