summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-03-25 19:12:32 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-04-27 09:22:59 +0200
commitc7d12a8aaaad45b6d131fedd8a2169348c0ef3f5 (patch)
tree47bb320ffba03a69fbc886e627389076abcbbd90 /src/App.vue
parent0dd62c0291f401e7e66b569af4d021410378a43c (diff)
downloadbrokentalents-c7d12a8aaaad45b6d131fedd8a2169348c0ef3f5.tar.gz
brokentalents-c7d12a8aaaad45b6d131fedd8a2169348c0ef3f5.zip
Use es6 method syntax
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 9eead1b..d421f3d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -76,7 +76,7 @@ import * as maps from './maps/maps';
export default {
name: 'App',
mixins: [ RouterParamMixin ],
- data: function() {
+ data() {
return {
totalMatches: Math.floor(ReportService.getTotalMatches()/100)*100,
lastUpdate: ReportService.getLastUpdate(),