removing a done TODO
This commit is contained in:
@@ -16,7 +16,6 @@ class BatchCodeDetailsView {
|
|||||||
this.#histogramChartView = new HistogramChartView(this.#chartWithSlider.querySelector("canvas"));
|
this.#histogramChartView = new HistogramChartView(this.#chartWithSlider.querySelector("canvas"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// FK-TODO: unbind all events here and in HistogramChartView
|
|
||||||
displayBatchCodeDetails(batchcode) {
|
displayBatchCodeDetails(batchcode) {
|
||||||
this
|
this
|
||||||
.#loadHistoDescrs(batchcode)
|
.#loadHistoDescrs(batchcode)
|
||||||
|
|||||||
Reference in New Issue
Block a user