Merge branch 'develop' of /var/lib/git/repositories/manuel/uhr
This commit is contained in:
commit
14ba6ae90c
3 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2.1
|
||||
# 2.1.1
|
||||
|
||||
index.html
|
||||
jquery-2.0.3.min.js
|
||||
|
|
4
uhr.js
4
uhr.js
|
@ -125,9 +125,9 @@ function renderLayout() {
|
|||
}
|
||||
}
|
||||
}
|
||||
function Letter(value, style = '') {
|
||||
function Letter(value, style) {
|
||||
this.value = value;
|
||||
this.style = style;
|
||||
this.style = style || '';
|
||||
this.getStyle = function() {
|
||||
return "item letter " + style;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue