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) {