remove window. references
This commit is contained in:
parent
cc61d2c6d1
commit
72b2f275fa
14 changed files with 34 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue