aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authormrmr19932017-10-28 17:09:24 +0100
committermrmr19932017-10-28 17:09:24 +0100
commit9847144f3493547af7eb419f11552ac18d7e9872 (patch)
treecfc8b2975323dabed01e60da756f6de5795f8b01 /content_scripts
parentf65720e58e31a0218e0c176a9140520451e5dd7d (diff)
downloadvimium-9847144f3493547af7eb419f11552ac18d7e9872.tar.bz2
Remove normal mode commands from global scope
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/mode_normal.coffee1
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?