refactoring

This commit is contained in:
frankknoll
2023-01-30 23:45:56 +01:00
parent cd2b6a2d80
commit af3b61b69a
2 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class HistogramView {
#displaySelectBatchcodeCombination(histograms, histogramChartView, chartWithSlider) {
const selectBatchcodeCombination =
new BatchcodeCombinationSelection().getSelectBatchcodeCombination(
BatchcodeCombinationSelection.getSelectBatchcodeCombination(
{
histograms: histograms,
onSelect: histoDescr => this.#displayHistogram(histoDescr, histogramChartView, chartWithSlider)