diff options
| author | mrmr1993 | 2015-05-11 16:32:14 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-05-11 16:33:49 +0100 |
| commit | 2ecce8fb472b6a62a39f25981d20e74b39788d0c (patch) | |
| tree | 1d8fa2fdcdeeee717454bf419a92749ac6ab5307 /content_scripts/vimium_frontend.coffee | |
| parent | 597feb0bbac9480499f65c8503c33a1b5ae1c327 (diff) | |
| download | vimium-2ecce8fb472b6a62a39f25981d20e74b39788d0c.tar.bz2 | |
Make HUD less intertwined with Tween, rewrite Tween as more generic
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 82d24f89..8f0bdd5d 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -284,6 +284,7 @@ initializeOnDomReady = -> CursorHider.init() # We only initialize the vomnibar in the tab's main frame, because it's only ever opened there. Vomnibar.init() if DomUtils.isTopFrame() + HUD.init() registerFrame = -> # Don't register frameset containers; focusing them is no use. |
