aboutsummaryrefslogtreecommitdiff
path: root/ext/js/dictionary
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/dictionary')
-rw-r--r--ext/js/dictionary/dictionary-data-util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dictionary/dictionary-data-util.js b/ext/js/dictionary/dictionary-data-util.js
index c7c9ecfc..9b49c7af 100644
--- a/ext/js/dictionary/dictionary-data-util.js
+++ b/ext/js/dictionary/dictionary-data-util.js
@@ -287,7 +287,7 @@ export class DictionaryDataUtil {
case 'vs':
isVerbOrAdjective = true;
isSuruVerb = true;
- break;
+ // falls through
case 'n':
isNoun = true;
break;