[gnome-maps/wip/templates: 1/5] turnPointMarker: Fix animation duration typo



commit 4009069fcd5e3b9ffd0da70a19fccb4982134118
Author: Jonas Danielsson <jonas danielsson threetimestwo org>
Date:   Wed Nov 5 03:19:07 2014 -0500

    turnPointMarker: Fix animation duration typo

 src/turnPointMarker.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/turnPointMarker.js b/src/turnPointMarker.js
index e5e659c..2a365a7 100644
--- a/src/turnPointMarker.js
+++ b/src/turnPointMarker.js
@@ -69,7 +69,7 @@ const TurnPointMarker = new Lang.Class({
             let turnPointZoomLevel = 16;
 
             view.goto_animation_mode = Clutter.AnimationMode.LINEAR;
-            view.goto_duration = 0;
+            view.goto_animation_duration = 0;
 
             Utils.once(view, 'animation-completed::go-to', (function() {
                 view.zoom_level = turnPointZoomLevel;


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