diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-09 22:07:27 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-09 22:31:54 +0900 |
commit | e8056d2a709df9c9c182382fc7a31795e4dc1c0f (patch) | |
tree | 88bd6e0fe572138941e0986c11deeebd788370a7 /src/content | |
parent | 8593b3f5cd0992dd250f5a845c19dc60bbb0bc91 (diff) |
console state as action/reducer in redux
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/index.js b/src/content/index.js index bf90363..deb3506 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -6,7 +6,6 @@ import Follow from './follow'; let vvConsole = new ConsoleFrame(window); - browser.runtime.onMessage.addListener((action) => { switch (action.type) { case actions.CMD_OPEN: |