diff options
| author | mrmr1993 | 2014-12-29 18:55:06 +0000 |
|---|---|---|
| committer | mrmr1993 | 2014-12-29 18:55:06 +0000 |
| commit | 57418a9ad6104c487b67fcfd27ec8503858e5a14 (patch) | |
| tree | 54a6c129cf88393f7c2cfc15452cf0987e88aff4 /content_scripts/ui_component.coffee | |
| parent | 2dc855abaeeda8ad74c3179f7224858860672338 (diff) | |
| download | vimium-57418a9ad6104c487b67fcfd27ec8503858e5a14.tar.bz2 | |
Use UIComponent for Vomnibar iframe
Diffstat (limited to 'content_scripts/ui_component.coffee')
| -rw-r--r-- | content_scripts/ui_component.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index d89f0cc8..696cb42c 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -42,7 +42,7 @@ class UIComponent @showing = true @iframeElement.focus() - hide: (focusWindow=true)-> + hide: (focusWindow = true)-> if @showing @iframeElement.setAttribute "style", @hideStyle window.focus() if focusWindow |
