aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932014-12-18 11:00:15 +0000
committermrmr19932014-12-18 11:00:15 +0000
commit3132ae601b2de787f9cddd3fd77b36767e2e467e (patch)
tree8f7ff31538754694aab4e70fdea16aa32613fd2b
parent4e6513c47b6be2e771b2a8db6d5506d157368602 (diff)
downloadvimium-3132ae601b2de787f9cddd3fd77b36767e2e467e.tar.bz2
Complete a partially written comment
-rw-r--r--content_scripts/link_hints.coffee2
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()