diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-13 00:37:09 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:50:46 +0200 |
commit | f6f19dc9deeaf6ae88d36b776d2f1f4d0ef40bd3 (patch) | |
tree | 8c0307b2771cccdce47e26bc3cd62226824627dd /ext | |
parent | 9dff658640d864fbabe063161b68e752a6bd3b3b (diff) |
typo
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index abfe5fc6..053fb13d 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -314,7 +314,7 @@ function profileOptionsCreateDefaults() { parsing: { enableScanningParser: true, enableMecabParser: false, - selectedParser = null + selectedParser: null }, anki: { |