From 5ac1f60ece0a112a55f329ed34b455dcc776b22c Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 3 Oct 2017 20:58:50 +0900 Subject: remove deprecated property in KeyboardEvent --- src/content/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content') diff --git a/src/content/index.js b/src/content/index.js index e5a2965..655bea4 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -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); -- cgit v1.2.3