summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-07-17 18:50:13 +0900
committerGitHub <noreply@github.com>2018-07-17 18:50:13 +0900
commit4a25ed06276fb1cd18e5f5b43f686fbfb643957e (patch)
treef3dc79598fb43ee9234e555d1086e9e3eb8cf157 /src/client
parentMerge pull request #1916 from acid-chicken/acid-chicken-patch-1 (diff)
downloadsharkey-4a25ed06276fb1cd18e5f5b43f686fbfb643957e.tar.gz
sharkey-4a25ed06276fb1cd18e5f5b43f686fbfb643957e.tar.bz2
sharkey-4a25ed06276fb1cd18e5f5b43f686fbfb643957e.zip
✌️
Diffstat (limited to 'src/client')
-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 d3a365b156..e86a7567bd 100644
--- a/src/client/app/common/views/components/analog-clock.vue
+++ b/src/client/app/common/views/components/analog-clock.vue
@@ -119,7 +119,7 @@ export default Vue.extend({
},
beforeDestroy() {
- enabled = false;
+ this.enabled = false;
},
methods: {