diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-16 13:05:26 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-16 13:05:26 +0000 |
| commit | c184d7b54ca6ce0032db5add90cc860bc6f5ef8d (patch) | |
| tree | 7fd6aeb0fa065429b3b6ab8b09313080aa34a39e /app/lib/backend.js | |
| parent | f53debf731cfe076c6ab752fe6d31794020bea06 (diff) | |
| download | mullvadvpn-c184d7b54ca6ce0032db5add90cc860bc6f5ef8d.tar.xz mullvadvpn-c184d7b54ca6ce0032db5add90cc860bc6f5ef8d.zip | |
Add tray animator
Diffstat (limited to 'app/lib/backend.js')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index cd650183c2..88be11a5a6 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -12,7 +12,7 @@ import { ConnectionState as ReduxConnectionState } from '../enums'; * @property {string} city - location city * @property {string} country - location country * @property {number[]} location - geo coordinate [latitude, longitude] -* + * */ /** |
