forked from extern/the-glorious-startpage
rename background-set class
This commit is contained in:
parent
e801a3b34f
commit
de310a154f
@ -1,4 +1,4 @@
|
|||||||
class DummyBodyBackground {
|
class BackgroundSet {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this._body = document.body;
|
this._body = document.body;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
const config = new Config();
|
const config = new Config();
|
||||||
|
|
||||||
// Instantiate dummy background setter
|
// Instantiate dummy background setter
|
||||||
const dummyBodyBackground = new DummyBodyBackground();
|
const backgroundSet = new BackgroundSet();
|
||||||
|
|
||||||
// Instantiate a clock object
|
// Instantiate a clock object
|
||||||
const clock = new Clock();
|
const clock = new Clock();
|
||||||
|
Loading…
Reference in New Issue
Block a user