content operations
This commit is contained in:
parent
b6e5153c1f
commit
a61f37ad61
8 changed files with 62 additions and 58 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Reference in a new issue