diff options
Diffstat (limited to 'content_scripts/hud.coffee')
| -rw-r--r-- | content_scripts/hud.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/hud.coffee b/content_scripts/hud.coffee index 7ad13aaf..4ba8557c 100644 --- a/content_scripts/hud.coffee +++ b/content_scripts/hud.coffee @@ -7,6 +7,7 @@ HUD = hudUI: null _displayElement: null findMode: null + abandon: -> @hudUI?.hide false # This HUD is styled to precisely mimick the chrome HUD on Mac. Use the "has_popup_and_link_hud.html" # test harness to tweak these styles to match Chrome's. One limitation of our HUD display is that |
