[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: Fri, 23 May 2014 15:20:27 +0000 (UTC)
commit d3541b0a6aca96e90b626d02471001bdb45ede03
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]