[gnome-maps/wip/templates: 10/16] turnPointMarker: Fix animation duration typo
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/templates: 10/16] turnPointMarker: Fix animation duration typo
- Date: Thu, 20 Nov 2014 15:30:32 +0000 (UTC)
commit dfa8ed8d8c44eed529bd5c59d25dc58975cbbda8
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]