diff options
Diffstat (limited to 'content_scripts/link_hints.coffee')
| -rw-r--r-- | content_scripts/link_hints.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 3c8240c0..5e41cbbb 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -10,7 +10,6 @@  #  # The "name" property below is a short-form name to appear in the link-hints mode name.  Debugging only.  The  # key appears in the mode's badge. -# NOTE(smblott) The use of keys in badges is experimental. It may prove too noisy.  #  OPEN_IN_CURRENT_TAB = { name: "curr-tab", key: "" }  OPEN_IN_NEW_BG_TAB = { name: "bg-tab", key: "B" } | 
