diff options
| author | mrmr1993 | 2014-12-29 10:42:28 +0000 |
|---|---|---|
| committer | mrmr1993 | 2014-12-29 10:42:28 +0000 |
| commit | 26f37bb0dbda2d833f508db373629408c7ed6e09 (patch) | |
| tree | 9e214f1d15bf1ea01becc0b5a650f905a098bdaf /content_scripts | |
| parent | f53af786275c98ce08f51936b165d799a41de024 (diff) | |
| download | vimium-26f37bb0dbda2d833f508db373629408c7ed6e09.tar.bz2 | |
Remove key handling in UIComponentServer/UIComponent code
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/ui_component.coffee | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content_scripts/ui_component.coffee b/content_scripts/ui_component.coffee index f0593f1b..12a024e4 100644 --- a/content_scripts/ui_component.coffee +++ b/content_scripts/ui_component.coffee @@ -17,8 +17,6 @@ class UIComponent @setHideStyle hideStyle if showStyle? @hide() - @addEventListener "message", handleHideMessage - # Open a port and pass it to the iframe via window.postMessage. openPort: -> messageChannel = new MessageChannel() |
