From 8c40600b0c7930b8b7010c29066c8dbaf91b20cc Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Tue, 3 Mar 2015 16:31:29 +0000 Subject: Note relevant PR number for link-hint-text change. --- lib/dom_utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -> -- cgit v1.2.3