[gnome-maps/wip/settings: 25/25] GeoClue: Add missing semicolons



commit 8f6ac5ae10f8313e33b0a6a77e77f7edb9434fde
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Thu Oct 17 06:45:43 2013 +0200

    GeoClue: Add missing semicolons
    
    Add missing semicolons to geoclue.js

 src/geoclue.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/geoclue.js b/src/geoclue.js
index 5767bda..1f0dccb 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -38,7 +38,7 @@ const ManagerInterface = <interface name="org.freedesktop.GeoClue2.Manager">
     <method name="GetClient">
         <arg name="client" type="o" direction="out"/>
     </method>
-</interface>
+</interface>;
 const ManagerProxy = Gio.DBusProxy.makeProxyWrapper(ManagerInterface);
 
 const ClientInterface = <interface name="org.freedesktop.GeoClue2.Client">
@@ -50,7 +50,7 @@ const ClientInterface = <interface name="org.freedesktop.GeoClue2.Client">
         <arg name="old" type="o"/>
         <arg name="new" type="o"/>
     </signal>
-</interface>
+</interface>;
 const ClientProxy = Gio.DBusProxy.makeProxyWrapper(ClientInterface);
 
 const LocationInterface = <interface name="org.freedesktop.GeoClue2.Location">
@@ -58,7 +58,7 @@ const LocationInterface = <interface name="org.freedesktop.GeoClue2.Location">
     <property name="Longitude" type="d" access="read"/>
     <property name="Accuracy" type="d" access="read"/>
     <property name="Description" type="s" access="read"/>
-</interface>
+</interface>;
 const LocationProxy = Gio.DBusProxy.makeProxyWrapper(LocationInterface);
 
 const Geoclue = new Lang.Class({


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