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



commit 80b72dc476ede644667475c7a7e3001d39e026dd
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 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 01cb7a1..08c192e 100644
--- a/src/application.js
+++ b/src/application.js
@@ -99,7 +99,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' },


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