From 1b9422d026dce0aedf5d2b94495222cccde4963e Mon Sep 17 00:00:00 2001 From: arbyste <144075975+arbyste@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:29:36 -0700 Subject: Adding a handlebar to return pitch accent categories of a word (#563) * Fixing logic in isNonNounVerbOrAdjective function * Adding handlebar to return pitch accent categories of a word --- ext/js/dictionary/dictionary-data-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/dictionary') 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; -- cgit v1.2.3