diff options
Diffstat (limited to 'content_scripts/ui_component.coffee')
| -rw-r--r-- | content_scripts/ui_component.coffee | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index 6aa22119..7792bfba 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -95,8 +95,7 @@ class UIComponent          else            window.focus()        @options = null -      # Inform the UI component that it is hidden. -      @postMessage "hidden" +      @postMessage "hidden" # Inform the UI component that it is 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 @@ -119,6 +118,5 @@ class UIComponent      request.open "GET", (chrome.runtime.getURL file), true      request.send() -  root = exports ? window  root.UIComponent = UIComponent | 
