webkit bug geflickt

This commit is contained in:
Manuel Friedli 2013-11-25 16:58:21 +01:00
parent e95affcb60
commit 7d78d86e29
2 changed files with 12 additions and 12 deletions

4
uhr.js
View File

@ -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;
} }