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