diff options
Diffstat (limited to 'content_scripts/link_hints.coffee')
| -rw-r--r-- | content_scripts/link_hints.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 44f7a5f5..020ff1c7 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -607,7 +607,7 @@ LocalHints =    # image), therefore we always return a array of element/rect pairs (which may also be a singleton or empty).    #    getVisibleClickable: (element) -> -    # Get the tag name.  However, `element.tagName` can be an element (not a string, see #2305), so we guard +    # Get the tag name.  However, `element.tagName` can be an element (not a string, see #2035), so we guard      # against that.      tagName = element.tagName.toLowerCase?() ? ""      isClickable = false | 
