mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 01:31:05 -07:00
remove window. references
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
import { loadImg, preloadImg } from './utils/image.mjs';
|
||||
import { DateTime } from '../vendor/auto/luxon.mjs';
|
||||
import STATUS from './status.mjs';
|
||||
import WeatherDisplay from './weatherdisplay.mjs';
|
||||
|
||||
/* globals WeatherDisplay, SunCalc */
|
||||
/* globals SunCalc */
|
||||
|
||||
class Almanac extends WeatherDisplay {
|
||||
constructor(navId, elemId) {
|
||||
@@ -171,5 +172,3 @@ class Almanac extends WeatherDisplay {
|
||||
}
|
||||
|
||||
export default Almanac;
|
||||
|
||||
window.Almanac = Almanac;
|
||||
|
||||
Reference in New Issue
Block a user