diff options
| -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 bb350ccc..675b46c7 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -96,7 +96,7 @@ class UIComponent            window.focus()        @options = null        # Inform the UI component that it is hidden. -      Utils.nextTick => @postMessage "hidden" +      @postMessage "hidden"    # Fetch a Vimium file/resource (such as "content_scripts/vimium.css").    # We try making an XMLHttpRequest request.  That can fail (see #1817), in which case we fetch the | 
