[gnome-maps] mapView: Micro coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mapView: Micro coding-style fix
- Date: Wed, 10 Apr 2013 15:13:15 +0000 (UTC)
commit 3b6adc9e9b2fa501e0135c194b948d2811d5c4fb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Apr 10 03:02:33 2013 +0300
mapView: Micro coding-style fix
src/mapView.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index f9e9315..c647487 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -124,7 +124,7 @@ const MapView = new Lang.Class({
this._view.go_to(location.latitude, location.longitude);
},
- _gotoUserLocation: function () {
+ _gotoUserLocation: function() {
let lastLocation = Application.settings.get_value('last-location');
if (lastLocation.n_children() >= 3) {
let lat = lastLocation.get_child_value(0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]