aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/plugin.js')
-rw-r--r--src/webview/plugin.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/plugin.js b/src/webview/plugin.js
index c877132b1..e2daf09dd 100644
--- a/src/webview/plugin.js
+++ b/src/webview/plugin.js
@@ -5,7 +5,6 @@ import RecipeWebview from './lib/RecipeWebview';
5 5
6import Spellchecker from './spellchecker.js'; 6import Spellchecker from './spellchecker.js';
7import './notifications.js'; 7import './notifications.js';
8import './ime.js';
9 8
10const spellchecker = new Spellchecker(); 9const spellchecker = new Spellchecker();
11 10