diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-03-25 19:12:32 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:59 +0200 |
| commit | c7d12a8aaaad45b6d131fedd8a2169348c0ef3f5 (patch) | |
| tree | 47bb320ffba03a69fbc886e627389076abcbbd90 /src/index.js | |
| parent | 0dd62c0291f401e7e66b569af4d021410378a43c (diff) | |
| download | brokentalents-c7d12a8aaaad45b6d131fedd8a2169348c0ef3f5.tar.gz brokentalents-c7d12a8aaaad45b6d131fedd8a2169348c0ef3f5.zip | |
Use es6 method syntax
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 9f511cf..ce2c1e4 100644 --- a/src/index.js +++ b/src/index.js @@ -37,7 +37,7 @@ new Vue({ router, el: '#app', render: h => h(App), - mounted: function() { + mounted() { if (window.matchMedia('(display-mode: standalone)').matches || window.navigator.standalone === true) { this.$ga.event('PWA', 'started'); } |
