remove stubs
This commit is contained in:
parent
46c6ad98f3
commit
2c4fd648db
@ -110,18 +110,6 @@ class QueryParser extends TextScanner {
|
|||||||
this.queryParser.dataset.termSpacing = `${options.parsing.termSpacing}`;
|
this.queryParser.dataset.termSpacing = `${options.parsing.termSpacing}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getOptionsContext() {
|
|
||||||
throw new Error('Override me');
|
|
||||||
}
|
|
||||||
|
|
||||||
setContent(_type, _details) {
|
|
||||||
throw new Error('Override me');
|
|
||||||
}
|
|
||||||
|
|
||||||
setSpinnerVisible(_visible) {
|
|
||||||
throw new Error('Override me');
|
|
||||||
}
|
|
||||||
|
|
||||||
refreshSelectedParser() {
|
refreshSelectedParser() {
|
||||||
if (this.parseResults.length > 0) {
|
if (this.parseResults.length > 0) {
|
||||||
if (!this.getParseResult()) {
|
if (!this.getParseResult()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user