aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2015-04-28 12:08:07 +0100
committerStephen Blott2015-04-28 12:08:07 +0100
commitcd8bd61fc24b3b9cb27e2386a8e1c34c740b9545 (patch)
treeadeab26828e13a6997b0332339bffe612b40636c /tests
parent0c5ff7e7e5f37670480a216e2b3140795353a562 (diff)
downloadvimium-cd8bd61fc24b3b9cb27e2386a8e1c34c740b9545.tar.bz2
Revert "Do not grab back focus if Vimium is disabled."
This reverts commit cfb137d515e6f214322538fdd9a8e236445b63b0. Conflicts: content_scripts/vimium_frontend.coffee There are HUD initialization issues with this.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.coffee4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee
index d6c3bfa2..bb09a0a8 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -1,8 +1,4 @@
-# FIXME(smblott) Getting everything initialized in the right order for both tests and live operation is
-# proving difficult. Until we can figure it out, we tell the front end that we're running the DOM tests.
-window.runningDOMTests = true
-
# Install frontend event handlers.
installListeners()