mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
remove window. references
This commit is contained in:
@@ -7,8 +7,9 @@ import { directionToNSEW } from './utils/calc.mjs';
|
||||
import * as units from './utils/units.mjs';
|
||||
import { locationCleanup } from './utils/string.mjs';
|
||||
import { getWeatherIconFromIconLink } from './icons.mjs';
|
||||
import WeatherDisplay from './weatherdisplay.mjs';
|
||||
|
||||
/* globals WeatherDisplay, navigation */
|
||||
/* globals navigation */
|
||||
|
||||
class CurrentWeather extends WeatherDisplay {
|
||||
constructor(navId, elemId) {
|
||||
@@ -191,5 +192,3 @@ class CurrentWeather extends WeatherDisplay {
|
||||
}
|
||||
|
||||
export default CurrentWeather;
|
||||
|
||||
window.CurrentWeather = CurrentWeather;
|
||||
|
||||
Reference in New Issue
Block a user