aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2017-11-25 07:57:23 +0000
committerStephen Blott2017-11-25 07:57:26 +0000
commit16e147b976be187683ece3e28fbc8804c6b6d17c (patch)
treede06120416e10943244d9dd06096041983b5f807 /pages
parent042347150e455e73641c2af8bdc1084d6605fc62 (diff)
downloadvimium-16e147b976be187683ece3e28fbc8804c6b6d17c.tar.bz2
Remove unused parameter.
Tweak of #2601.
Diffstat (limited to 'pages')
-rw-r--r--pages/hud.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/hud.coffee b/pages/hud.coffee
index 99aaa2ac..5ff2e07e 100644
--- a/pages/hud.coffee
+++ b/pages/hud.coffee
@@ -100,7 +100,7 @@ handlers =
Clipboard.copy data
focusedElement?.focus()
window.parent.focus()
- UIComponentServer.postMessage {name: "unfocusIfFocused", data}
+ UIComponentServer.postMessage {name: "unfocusIfFocused"}
pasteFromClipboard: ->
focusedElement = document.activeElement