summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-22 19:20:52 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-22 19:20:52 +0000
commit5cbfddab9874c163f7ea697d45eeccb8116ce161 (patch)
tree09097270e9956b6aca2642d9d8b7e82d27831c5a /app/lib/backend.js
parentb357e668d82d9f002d8145c394b72bc593db3582 (diff)
downloadmullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.tar.xz
mullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.zip
- Switch tray icon when connected
- Fix ESLint issues
Diffstat (limited to 'app/lib/backend.js')
-rw-r--r--app/lib/backend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index 73be82df75..3366324b5a 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -86,7 +86,7 @@ export default class Backend extends EventEmitter {
this._timer = null;
}
this._cancellationHandler = null;
- }
+ };
}
disconnect() {