[gnome-maps/wip/routing2: 2/9] GeoClue: Remove trailing comma
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/routing2: 2/9] GeoClue: Remove trailing comma
- Date: Sat, 3 May 2014 22:45:35 +0000 (UTC)
commit 52f1410d1c6c8265721bcd2695aec8c90cee6a4b
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 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' },
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]