diff options
| author | mrmr1993 | 2017-10-28 17:09:24 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-10-28 17:09:24 +0100 | 
| commit | 9847144f3493547af7eb419f11552ac18d7e9872 (patch) | |
| tree | cfc8b2975323dabed01e60da756f6de5795f8b01 /content_scripts | |
| parent | f65720e58e31a0218e0c176a9140520451e5dd7d (diff) | |
| download | vimium-9847144f3493547af7eb419f11552ac18d7e9872.tar.bz2 | |
Remove normal mode commands from global scope
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/mode_normal.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/content_scripts/mode_normal.coffee b/content_scripts/mode_normal.coffee index d6f2934e..02681475 100644 --- a/content_scripts/mode_normal.coffee +++ b/content_scripts/mode_normal.coffee @@ -220,5 +220,4 @@ textInputXPath = (->  root = exports ? (window.root ?= {})  root.NormalMode = NormalMode  root.NormalModeCommands = NormalModeCommands -extend root, NormalModeCommands  extend window, root unless exports? | 
