diff options
Diffstat (limited to 'content_scripts/ui_component.coffee')
| -rw-r--r-- | content_scripts/ui_component.coffee | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index 675b46c7..6aa22119 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -2,8 +2,8 @@ class UIComponent    uiComponentIsReady: false    iframeElement: null    iframePort: null -  iframeFrameId: null    showing: false +  iframeFrameId: null    options: null    shadowDOM: null    styleSheetGetter: null @@ -119,5 +119,6 @@ class UIComponent      request.open "GET", (chrome.runtime.getURL file), true      request.send() +  root = exports ? window  root.UIComponent = UIComponent | 
