aboutsummaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-09 22:07:27 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-09 22:31:54 +0900
commite8056d2a709df9c9c182382fc7a31795e4dc1c0f (patch)
tree88bd6e0fe572138941e0986c11deeebd788370a7 /src/content
parent8593b3f5cd0992dd250f5a845c19dc60bbb0bc91 (diff)
console state as action/reducer in redux
Diffstat (limited to 'src/content')
-rw-r--r--src/content/index.js1
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: