diff options
| author | Stephen Blott | 2015-06-01 09:46:41 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-01 09:46:43 +0100 | 
| commit | e8476682362b9648aba874e8581fe9076479f734 (patch) | |
| tree | e24917189c082881554bf077b25f7e81cf79b930 /tests/dom_tests/dom_tests.coffee | |
| parent | c62ffa33ad5230b89f44cb8f3268e6a4e48afd52 (diff) | |
| download | vimium-e8476682362b9648aba874e8581fe9076479f734.tar.bz2 | |
Remove LinkHints.init()...
LinkHints.init() isn't doing anything.
Diffstat (limited to 'tests/dom_tests/dom_tests.coffee')
| -rw-r--r-- | tests/dom_tests/dom_tests.coffee | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee index e57f3eab..8f293075 100644 --- a/tests/dom_tests/dom_tests.coffee +++ b/tests/dom_tests/dom_tests.coffee @@ -142,7 +142,6 @@ context "Alphabetical link hints",      # Three hints will trigger double hint chars.      createLinks 3 -    LinkHints.init()      LinkHints.activateMode()    tearDown -> @@ -178,7 +177,6 @@ context "Filtered link hints",        initializeModeState()        testContent = "<a>test</a>" + "<a>tress</a>" + "<a>trait</a>" + "<a>track<img alt='alt text'/></a>"        document.getElementById("test-div").innerHTML = testContent -      LinkHints.init()        LinkHints.activateMode()      tearDown ->  | 
