summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-13 08:26:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-13 08:26:07 +0900
commit143088b9ef22926ae28233038bd2575bbc44c964 (patch)
treee05fb4d87577d9dbea52e1be27a6f8d7829e65af /src/web
parentwip (diff)
downloadmisskey-143088b9ef22926ae28233038bd2575bbc44c964.tar.gz
misskey-143088b9ef22926ae28233038bd2575bbc44c964.tar.bz2
misskey-143088b9ef22926ae28233038bd2575bbc44c964.zip
wip
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/views/components/analog-clock.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/views/components/analog-clock.vue b/src/web/app/desktop/views/components/analog-clock.vue
index a45bafda62..81eec81598 100644
--- a/src/web/app/desktop/views/components/analog-clock.vue
+++ b/src/web/app/desktop/views/components/analog-clock.vue
@@ -6,7 +6,7 @@
import Vue from 'vue';
import { themeColor } from '../../../config';
-const Vec2 = function(x, y) {
+const Vec2 = function(this: any, x, y) {
this.x = x;
this.y = y;
};