set layout korrekt
This commit is contained in:
parent
714e86a53c
commit
562855e8f1
1 changed files with 1 additions and 2 deletions
3
uhr.js
3
uhr.js
|
@ -30,9 +30,8 @@ function Uhr(clockarea, themeElement) {
|
||||||
this.themeElement = themeElement;
|
this.themeElement = themeElement;
|
||||||
this.timer = null;
|
this.timer = null;
|
||||||
this.currentTheme = null;
|
this.currentTheme = null;
|
||||||
this.currentLayout = null;
|
this.currentLayout = Uhr.layouts['undefined'];
|
||||||
this.currentMinute = -1;
|
this.currentMinute = -1;
|
||||||
this.setLayout('undefined');
|
|
||||||
}
|
}
|
||||||
Uhr.layouts = new Array();
|
Uhr.layouts = new Array();
|
||||||
Uhr.register = function (locale, layout) {
|
Uhr.register = function (locale, layout) {
|
||||||
|
|
Loading…
Reference in a new issue