aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/ConnectivityChecker.vue
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-10-23 18:26:41 -0700
committerGitHub <noreply@github.com>2020-10-23 18:26:41 -0700
commit37dfd2a132d883482b330b22a7c19d86948a391c (patch)
tree361edff077dc7d1796389685a7bfd55ed28473fa /src/components/ConnectivityChecker.vue
parentc368290e32213f537b7b1479d767ee404b0a8399 (diff)
parented8b17e0df7ffa64e392bacbd2abf6492fdfb3f1 (diff)
downloadhomer-37dfd2a132d883482b330b22a7c19d86948a391c.tar.gz
homer-37dfd2a132d883482b330b22a7c19d86948a391c.tar.zst
homer-37dfd2a132d883482b330b22a7c19d86948a391c.zip
Merge pull request #139 from Genymobile/update-deps-and-fix-code-styles
Update deps & fix lint issues
Diffstat (limited to 'src/components/ConnectivityChecker.vue')
-rw-r--r--src/components/ConnectivityChecker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConnectivityChecker.vue b/src/components/ConnectivityChecker.vue
index a91a809..d5f8f80 100644
--- a/src/components/ConnectivityChecker.vue
+++ b/src/components/ConnectivityChecker.vue
@@ -44,7 +44,7 @@ export default {
44 that.offline = true; 44 that.offline = true;
45 }) 45 })
46 .finally(function () { 46 .finally(function () {
47 that.$emit("network:status-update", that.offline); 47 that.$emit("network-status-update", that.offline);
48 }); 48 });
49 }, 49 },
50 }, 50 },