[gnome-maps/wip/routing2: 6/8] GeoClue: Remove trailing comma
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/routing2: 6/8] GeoClue: Remove trailing comma
- Date: Sat, 24 May 2014 09:32:51 +0000 (UTC)
commit 51c719ab0711e4d3117a9165a3382b8e2c89577c
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]