content operations

This commit is contained in:
Shin'ya Ueoka 2017-09-13 21:55:09 +09:00
parent b6e5153c1f
commit a61f37ad61
8 changed files with 62 additions and 58 deletions

View file

@ -6,7 +6,7 @@ import commandReducer from '../reducers/command';
import inputReducers from '../reducers/input';
import * as store from '../store'
const emptyReducer = (state, action) => state;
const emptyReducer = (state) => state;
const emptyStore = store.createStore(emptyReducer, (e) => {
console.error('Vim-Vixen:', e);
});