summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-18 01:22:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-18 01:22:11 +0900
commit3c678f0e926e2ff6268f0d8be12e9c903bd113df (patch)
tree2cc57624589d71187c5f3f23aeca5ebf4f8af68e /src
parent4.22.0 (diff)
downloadsharkey-3c678f0e926e2ff6268f0d8be12e9c903bd113df.tar.gz
sharkey-3c678f0e926e2ff6268f0d8be12e9c903bd113df.tar.bz2
sharkey-3c678f0e926e2ff6268f0d8be12e9c903bd113df.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/analog-clock.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/analog-clock.vue b/src/client/app/common/views/components/analog-clock.vue
index e86a7567bd..6378194a0e 100644
--- a/src/client/app/common/views/components/analog-clock.vue
+++ b/src/client/app/common/views/components/analog-clock.vue
@@ -114,7 +114,7 @@ export default Vue.extend({
this.tick();
requestAnimationFrame(update);
}
- });
+ };
update();
},