rename background-set class

This commit is contained in:
Gerome Matilla 2020-06-18 13:59:23 +08:00
parent e801a3b34f
commit de310a154f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class DummyBodyBackground {
class BackgroundSet {
constructor() {
this._body = document.body;

View File

@ -2,7 +2,7 @@
const config = new Config();
// Instantiate dummy background setter
const dummyBodyBackground = new DummyBodyBackground();
const backgroundSet = new BackgroundSet();
// Instantiate a clock object
const clock = new Clock();