From 562855e8f1e304fb8a7b3ab5390de2bd0fb59cbd Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 27 Nov 2013 17:48:41 +0100 Subject: [PATCH] set layout korrekt --- uhr.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uhr.js b/uhr.js index 6a9bf8d..cf93d15 100644 --- a/uhr.js +++ b/uhr.js @@ -30,9 +30,8 @@ function Uhr(clockarea, themeElement) { this.themeElement = themeElement; this.timer = null; this.currentTheme = null; - this.currentLayout = null; + this.currentLayout = Uhr.layouts['undefined']; this.currentMinute = -1; - this.setLayout('undefined'); } Uhr.layouts = new Array(); Uhr.register = function (locale, layout) {