aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dom_utils.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dom_utils.coffee')
-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 ->