[gnome-maps] Place: missing semicolon



commit 8387f8096f5f800cf82c098dcbe02ef611dab7ee
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Tue Dec 2 03:05:45 2014 +0100

    Place: missing semicolon

 src/place.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/place.js b/src/place.js
index dccb949..8248140 100644
--- a/src/place.js
+++ b/src/place.js
@@ -200,4 +200,4 @@ Place.fromJSON = function(obj) {
         }
     }
     return new Place(props);
-}
+};


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