break after switch default
This commit is contained in:
parent
6cc87ec975
commit
a02cf28c57
@ -80,6 +80,7 @@ class QueryParserGenerator {
|
||||
break;
|
||||
default:
|
||||
optionContainer.textContent = 'Unrecognized dictionary';
|
||||
break;
|
||||
}
|
||||
optionContainer.defaultSelected = selectedParser === parseResult.id;
|
||||
selectContainer.appendChild(optionContainer);
|
||||
|
Loading…
Reference in New Issue
Block a user