summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-01 16:25:25 -0400
committerKali Kaneko <kali@leap.se>2017-09-01 16:29:50 -0400
commitacdc0362cf76b88b1bfb353caeee0c0d18c8ce58 (patch)
tree5500a5a2a05cf4bf9162438c4c94b7a37e9850a1 /ui
parent808f9d3542e21c819beb8fe72224f000ae2e019c (diff)
[bug] missing comma
Diffstat (limited to 'ui')
-rw-r--r--ui/app/lib/bitmask.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/lib/bitmask.js b/ui/app/lib/bitmask.js
index 7a97319b..37d09979 100644
--- a/ui/app/lib/bitmask.js
+++ b/ui/app/lib/bitmask.js
@@ -288,7 +288,7 @@ var bitmask = function(){
*/
uninstall: function() {
return call(['vpn', 'uninstall'])
- }
+ },
/**
* List VPN gateways
@@ -302,7 +302,7 @@ var bitmask = function(){
*/
list: function() {
return call(['vpn', 'list'])
- }
+ },
/**
* Get/set the location preference for the gateways
@@ -315,7 +315,7 @@ var bitmask = function(){
locations = [];
}
return call(['vpn', 'locations'].concat(locations))
- }
+ },
/**
* Get/set the country preference for the gateways