[gnome-maps/wip/routing2: 3/5] Update: Route



commit 0db4ba6127bdfc9b355bb88e93d809b64637c05a
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Wed Jun 11 01:50:32 2014 +0200

    Update: Route
    
    Remove unneeded parameter
    
    Squash with:
      7d6d3b1 Add Route query model
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728695

 src/route.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/route.js b/src/route.js
index ac78703..ac18f0f 100644
--- a/src/route.js
+++ b/src/route.js
@@ -80,7 +80,7 @@ Utils.addSignalMethods(Route.prototype);
 const TurnPoint = new Lang.Class({
     Name: 'TurnPoint',
 
-    _init: function({ coordinate, type, direction, distance, instruction }) {
+    _init: function({ coordinate, type, distance, instruction }) {
         this.coordinate = coordinate;
         this._type = type;
         this.distance = distance;


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