No redux prefix

This commit is contained in:
Chi Vinh Le
2017-07-21 23:42:10 +07:00
parent 970fe6fe04
commit 8b582e85f8
+1 -1
View File
@@ -59,7 +59,7 @@ if (!window.opener) {
return;
}
eventEmitter.emit(`redux.action.${action.type}`, {action});
eventEmitter.emit(`action.${action.type}`, {action});
});
}