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

@@ -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;