From 387524a407be74c3d52758c2b98ef1f93c4289da Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 3 Nov 2017 14:54:13 +0900 Subject: fix plugin load --- src/content/reducers/setting.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/content/reducers') diff --git a/src/content/reducers/setting.js b/src/content/reducers/setting.js index 22fac6f..b6f6c58 100644 --- a/src/content/reducers/setting.js +++ b/src/content/reducers/setting.js @@ -1,6 +1,8 @@ import actions from 'content/actions'; -const defaultState = {}; +const defaultState = { + keymaps: {}, +}; export default function reducer(state = defaultState, action = {}) { switch (action.type) { -- cgit v1.2.3