aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-03-03 16:31:29 +0000
committerStephen Blott2015-03-03 16:31:29 +0000
commit8c40600b0c7930b8b7010c29066c8dbaf91b20cc (patch)
tree7508b1f7e87e2f5f42c07a673c7291780e0ad092
parentb7535a604954b5873d825eb66bfecd08f1f2c99b (diff)
downloadvimium-8c40600b0c7930b8b7010c29066c8dbaf91b20cc.tar.bz2
Note relevant PR number for link-hint-text change.
-rw-r--r--lib/dom_utils.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee
index 9d4df1b1..f53e28d1 100644
--- a/lib/dom_utils.coffee
+++ b/lib/dom_utils.coffee
@@ -296,7 +296,7 @@ DomUtils =
coordinates
# Get the text content of an element (and its descendents), but omit the text content of previously-visited
- # nodes.
+ # nodes. See #1514.
# NOTE(smblott). This is currently O(N^2) (when called on N elements). An alternative would be to mark
# each node visited, and then clear the marks when we're done.
textContent: do ->