remove window. references

This commit is contained in:
Matt Walsh
2022-11-22 16:29:10 -06:00
parent cc61d2c6d1
commit 72b2f275fa
14 changed files with 34 additions and 43 deletions

View File

@@ -1,7 +1,8 @@
// regional forecast and observations
/* globals WeatherDisplay, navigation */
/* globals navigation */
import { loadImg } from './utils/image.mjs';
import STATUS from './status.mjs';
import WeatherDisplay from './weatherdisplay.mjs';
class Progress extends WeatherDisplay {
constructor(navId, elemId) {
@@ -102,4 +103,6 @@ class Progress extends WeatherDisplay {
}
}
export default Progress;
window.Progress = Progress;