webkit bug geflickt
This commit is contained in:
parent
e95affcb60
commit
7d78d86e29
2 changed files with 12 additions and 12 deletions
4
uhr.js
4
uhr.js
|
@ -125,9 +125,9 @@ function renderLayout() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function Letter(value, style = '') {
|
function Letter(value, style) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
this.style = style;
|
this.style = style || '';
|
||||||
this.getStyle = function() {
|
this.getStyle = function() {
|
||||||
return "item letter " + style;
|
return "item letter " + style;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue