mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Remove unused function
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
27c412744f
commit
d16ddbdbbf
@ -79,9 +79,6 @@ window.addEventListener('load', () => {
|
|||||||
this.preview();
|
this.preview();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updatePreview: function() {
|
|
||||||
this.preview();
|
|
||||||
},
|
|
||||||
updateHighlightedLines: function() {
|
updateHighlightedLines: function() {
|
||||||
if(!this.regexpMatches) {
|
if(!this.regexpMatches) {
|
||||||
this.highlightedLines = null;
|
this.highlightedLines = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user