From 9847144f3493547af7eb419f11552ac18d7e9872 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sat, 28 Oct 2017 17:09:24 +0100 Subject: Remove normal mode commands from global scope --- content_scripts/mode_normal.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'content_scripts/mode_normal.coffee') 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? -- cgit v1.2.3