summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2015-11-18 20:21:08 +0100
committerJonas Danielsson <jonas@threetimestwo.org>2015-11-18 20:21:08 +0100
commit0f4949f18f89648be2856050c56318be55982cd8 (patch)
tree7109a18cb391d8ec92abd6ea6914e98b31b7676c
parenta7e2fd6e0476f5695845b550ce0ee56757dd70ef (diff)
downloadgnome-maps-0f4949f18f89648be2856050c56318be55982cd8.tar.gz
Fix whitespace
-rw-r--r--src/mapWalker.js15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/mapWalker.js b/src/mapWalker.js
index 692c81ea..67a94daf 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() {