get hints from window

This commit is contained in:
Shin'ya Ueoka 2017-10-14 06:46:31 +09:00
parent 890f84c343
commit bebf8e2327
3 changed files with 13 additions and 13 deletions

View file

@ -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);