Fix minor startup frequency bug

pull/2/head
miguel 2021-11-14 19:32:38 +11:00
rodzic 4c0cbf558f
commit 8c24e55614
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1562,7 +1562,7 @@
};
// Startup methods:
this.updateFrequencies(voltage_slider.value);
this.updateFrequencies(frequency_slider.value);
this.chartCanvas = document.getElementById("chartCanvas");
this.chartCanvasContext = chartCanvas.getContext('2d');