diff options
| author | Stephen Blott | 2015-03-03 16:31:29 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-03-03 16:31:29 +0000 | 
| commit | 8c40600b0c7930b8b7010c29066c8dbaf91b20cc (patch) | |
| tree | 7508b1f7e87e2f5f42c07a673c7291780e0ad092 /lib/dom_utils.coffee | |
| parent | b7535a604954b5873d825eb66bfecd08f1f2c99b (diff) | |
| download | vimium-8c40600b0c7930b8b7010c29066c8dbaf91b20cc.tar.bz2 | |
Note relevant PR number for link-hint-text change.
Diffstat (limited to 'lib/dom_utils.coffee')
| -rw-r--r-- | lib/dom_utils.coffee | 2 | 
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 -> | 
