diff options
Diffstat (limited to 'tests')
| -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 ->  | 
