[gnome-maps/wip/routing2: 16/18] fixup make geoclue global



commit c1f02e2e4ef0c0d01685a3cce2baee54143a6e2a
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Sat May 3 00:46:05 2014 +0200

    fixup make geoclue global

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index f2bb349..794d177 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' },


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