Remove unused vars and whitelines, cleanups

This commit is contained in:
Veeck
2017-06-02 19:35:10 +02:00
parent 9f61256e5e
commit 20687d915a
2 changed files with 2 additions and 7 deletions

View File

@@ -127,7 +127,6 @@ Module.register("clock",{
hour = ((now.hours() % 12) / 12) * 360 + 90 + minute / 12;
// Create wrappers
var wrapper = document.createElement("div");
var clockCircle = document.createElement("div");
clockCircle.className = "clockCircle";
clockCircle.style.width = this.config.analogSize;