diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-11 20:44:53 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-11 20:44:53 -0800 |
commit | c574ef4bc035947aac304b19101a791db3a8b91f (patch) | |
tree | f2724b44d6a2a85956e3184da18b15692ad47d4d /ext/bg/js/yomichan.js | |
parent | 5c1c894df936fde38a351c8c7db6a6e323f4331c (diff) | |
parent | ed1b1d91812fcb7283c39415ee7d11330b969b28 (diff) |
Merge branch 'master' into dev
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 41b55352..2cdcf1c8 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -95,9 +95,6 @@ class Yomichan { this.options = options; switch (options.ankiMethod) { - case 'ankiweb': - this.anki = new AnkiWeb(options.ankiUsername, options.ankiPassword); - break; case 'ankiconnect': this.anki = new AnkiConnect(); break; |