diff options
Diffstat (limited to 'scripts/main.js')
-rw-r--r-- | scripts/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/main.js b/scripts/main.js index ac6dbe9..3cdbe12 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -16,6 +16,8 @@ class Client { content.appendChild(this.temp.element); this.light = new WidgetColorLight(); content.appendChild(this.light.element); + this.wheel = new WidgetColorWheel(); + content.appendChild(this.wheel.element); // content.appendChild(Widget("button").el); // content.appendChild(Widget("checkbox").el); // content.appendChild(Widget("slider").el); |