From acdc0362cf76b88b1bfb353caeee0c0d18c8ce58 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 1 Sep 2017 16:25:25 -0400 Subject: [bug] missing comma --- ui/app/lib/bitmask.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') 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 -- cgit v1.2.3