[gnome-maps/wip/routing2: 19/22] GeoClue: Remove trailing comma



commit c643ae954f80849d04d375869f8b5ee788a7e352
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Fri May 2 21:08:59 2014 +0200

    GeoClue: Remove trailing comma
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728695

 src/application.js |    2 +-
 src/geoclue.js     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 902981a..eea0b92 100644
--- a/src/application.js
+++ b/src/application.js
@@ -98,7 +98,7 @@ const Application = new Lang.Class({
         application = this;
         settings = new Settings.Settings('org.gnome.maps');
         routeService = new RouteService.GraphHopper();
-        geoclue =  new Geoclue.Geoclue();
+        geoclue = new Geoclue.Geoclue();
 
         Utils.initActions(this, [{
             properties: { name: 'quit' },
diff --git a/src/geoclue.js b/src/geoclue.js
index ae178e0..5f15a08 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -64,7 +64,7 @@ const AccuracyLevel = {
     CITY: 4,
     NEIGHBORHOOD: 5,
     STREET: 6,
-    EXACT: 8,
+    EXACT: 8
 };
 
 const LocationInterface = '<node> \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]