get hints from window
This commit is contained in:
parent
890f84c343
commit
bebf8e2327
3 changed files with 13 additions and 13 deletions
|
@ -9,7 +9,7 @@ import reducers from 'content/reducers';
|
|||
import messages from 'shared/messages';
|
||||
|
||||
const store = createStore(reducers);
|
||||
const followComponent = new FollowComponent(window.document.body, store);
|
||||
const followComponent = new FollowComponent(window, store);
|
||||
const contentInputComponent =
|
||||
new ContentInputComponent(window.document.body, store);
|
||||
const keymapperComponent = new KeymapperComponent(store);
|
||||
|
|
Reference in a new issue