mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 09:39:30 -07:00
remove window. references
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// display text based local forecast
|
||||
|
||||
/* globals WeatherDisplay, navigation */
|
||||
/* globals navigation */
|
||||
import STATUS from './status.mjs';
|
||||
import { UNITS } from './config.mjs';
|
||||
import { json } from './utils/fetch.mjs';
|
||||
import WeatherDisplay from './weatherdisplay.mjs';
|
||||
|
||||
class LocalForecast extends WeatherDisplay {
|
||||
constructor(navId, elemId) {
|
||||
@@ -96,5 +97,3 @@ class LocalForecast extends WeatherDisplay {
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
window.LocalForecast = LocalForecast;
|
||||
|
||||
Reference in New Issue
Block a user