aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dom_tests/dom_tests.coffee b/tests/dom_tests/dom_tests.coffee
index b1d1e586..c3f4ecc1 100644
--- a/tests/dom_tests/dom_tests.coffee
+++ b/tests/dom_tests/dom_tests.coffee
@@ -1,6 +1,6 @@
# Install frontend event handlers.
-installListeners true
+installListeners()
HUD.init()
Frame.registerFrameId chromeFrameId: 0
@@ -28,7 +28,7 @@ commandName = commandCount = null
initializeModeState = ->
Mode.reset()
handlerStack.reset()
- initializeModes()
+ installModes()
normalMode.setPassKeys "p"
normalMode.setKeyMapping
m: options: {}, command: "m" # A mapped key.