summaryrefslogtreecommitdiff
path: root/ext/js/background/backend.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/background/backend.js')
-rw-r--r--ext/js/background/backend.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js
index c3de6fc7..99aa0c5d 100644
--- a/ext/js/background/backend.js
+++ b/ext/js/background/backend.js
@@ -55,9 +55,7 @@ export class Backend {
this._japaneseUtil = new JapaneseUtil(wanakana);
/** @type {Environment} */
this._environment = new Environment();
- /**
- *
- */
+ /** @type {AnkiConnect} */
this._anki = new AnkiConnect();
/** @type {Mecab} */
this._mecab = new Mecab();