bump version to 2.3.3

This commit is contained in:
Matt Walsh
2020-09-08 20:09:02 -05:00
parent 90e659f09b
commit a9ccbeca42
5 changed files with 5 additions and 4 deletions

View File

@@ -190,6 +190,7 @@ class Radar extends WeatherDisplay {
this.timing.totalScreens = radarInfo.length;
// store the images
this.data = radarInfo.map(radar=>radar.canvas);
this.times = radarInfo.map(radar=>radar.time);
this.drawCanvas();
}