[gnome-maps] Fix whitespace
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] Fix whitespace
- Date: Wed, 18 Nov 2015 19:21:15 +0000 (UTC)
commit 0f4949f18f89648be2856050c56318be55982cd8
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Wed Nov 18 20:21:08 2015 +0100
Fix whitespace
src/mapWalker.js | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/src/mapWalker.js b/src/mapWalker.js
index 692c81e..67a94da 100644
--- a/src/mapWalker.js
+++ b/src/mapWalker.js
@@ -110,14 +110,13 @@ const MapWalker = new Lang.Class({
this.place.location.longitude);
} else {
/* Lets first ensure that both current and destination location are visible
- * before we start the animated journey towards destination itself. We do this
- * to create the zoom-out-then-zoom-in effect that many map implementations
- * do. This not only makes the go-to animation look a lot better visually but
- * also give user a good idea of where the destination is compared to current
- * location.
- */
- this._view.goto_animation_mode = Clutter.AnimationMode.EASE_IN_CUBIC;
-
+ * before we start the animated journey towards destination itself. We do this
+ * to create the zoom-out-then-zoom-in effect that many map implementations
+ * do. This not only makes the go-to animation look a lot better visually but
+ * also give user a good idea of where the destination is compared to current
+ * location.
+ */
+ this._view.goto_animation_mode = Clutter.AnimationMode.EASE_IN_CUBIC;
Utils.once(this._view, 'animation-completed', (function() {
Utils.once(this._view, 'animation-completed::go-to', (function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]