mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
remove window. references
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user