[gnome-maps] GeoClue: Remove trailing comma



commit 1e6f623962f08101db20463719ad9ad1efe8dc0b
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/geoclue.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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]