diff options
| author | mrmr1993 | 2017-10-25 00:34:43 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-10-27 20:35:29 +0100 | 
| commit | d8f8015f4cd71cf3681506a5ec16f00f8ab46f46 (patch) | |
| tree | 0dd336ae8b24c384aaeaa9c335ab8651c76be551 /tests/unit_tests/commands_test.coffee | |
| parent | 183858066bfb9b710056b2cb3330f08f22e09361 (diff) | |
| download | vimium-d8f8015f4cd71cf3681506a5ec16f00f8ab46f46.tar.bz2 | |
Split focusInput, move the main part into the normal mode file
Diffstat (limited to 'tests/unit_tests/commands_test.coffee')
| -rw-r--r-- | tests/unit_tests/commands_test.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/unit_tests/commands_test.coffee b/tests/unit_tests/commands_test.coffee index 40afc1d7..08bf0a73 100644 --- a/tests/unit_tests/commands_test.coffee +++ b/tests/unit_tests/commands_test.coffee @@ -4,6 +4,7 @@ extend global, require "../../background_scripts/bg_utils.js"  global.Settings = {postUpdateHooks: {}, get: (-> ""), set: ->}  {Commands} = require "../../background_scripts/commands.js"  global.KeyHandlerMode = {} +global.DomUtils = {makeXPath: ->}  {NormalModeCommands} = require "../../content_scripts/mode_normal.js"  context "Key mappings", | 
