diff options
| author | Stephen Blott | 2015-06-04 15:14:10 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-06-04 15:15:13 +0100 |
| commit | bc4f3ecac81fd8f174b8c3ad92a0998ada8f7992 (patch) | |
| tree | 47fdd5a6415b2fa0c96fc4cd7e06d7729e8655a0 /background_scripts | |
| parent | fea6e507761e6870d9c240d0718cb96711891a3a (diff) | |
| download | vimium-bc4f3ecac81fd8f174b8c3ad92a0998ada8f7992.tar.bz2 | |
Global marks; focus and only scroll in the main frame.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/marks.coffee | 1 |
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 |
