remove deprecated property in KeyboardEvent

This commit is contained in:
Shin'ya Ueoka 2017-10-03 20:58:50 +09:00
parent eff8d9a83e
commit 5ac1f60ece
10 changed files with 32 additions and 87 deletions

View file

@ -19,6 +19,7 @@ followStore.subscribe(() => {
console.error(e);
}
});
// eslint-disable-next-line no-unused-vars
const contentInputComponent = new ContentInputComponent(window);
consoleFrames.initialize(window.document);