diff options
| author | mrmr1993 | 2014-12-18 11:00:15 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2014-12-18 11:00:15 +0000 | 
| commit | 3132ae601b2de787f9cddd3fd77b36767e2e467e (patch) | |
| tree | 8f7ff31538754694aab4e70fdea16aa32613fd2b /content_scripts/link_hints.coffee | |
| parent | 4e6513c47b6be2e771b2a8db6d5506d157368602 (diff) | |
| download | vimium-3132ae601b2de787f9cddd3fd77b36767e2e467e.tar.bz2 | |
Complete a partially written comment
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 231e4ecd..57b46e6b 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -192,7 +192,7 @@ LinkHints =      #        + the ancestors of (1) and (2) have equal z-index, and      #        + the ancestor of (1) appears later in the DOM than the ancestor of (2).      # -    # Remove rects from +    # Remove rects from elements where another clickable element lies above it.      nonOverlappingElements = []      visibleElements = visibleElements.reverse()      while visibleElement = visibleElements.pop()  | 
