[gnome-maps/wip/contacts: 3/7] mapBubble: Do not convert to Place
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/contacts: 3/7] mapBubble: Do not convert to Place
- Date: Tue, 16 Dec 2014 09:56:57 +0000 (UTC)
commit 16d9dccda156afd6269622b47f15ce659cb73377
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Tue Dec 16 04:35:19 2014 -0500
mapBubble: Do not convert to Place
src/mapBubble.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapBubble.js b/src/mapBubble.js
index 7d6696a..b39a148 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -47,7 +47,7 @@ const MapBubble = new Lang.Class({
Abstract: true,
_init: function(params) {
- this._place = new Place.Place({ place: params.place });
+ this._place = params.place;
delete params.place;
this._mapView = params.mapView;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]