[gnome-maps/wip/routing2: 16/18] Update: Route
- From: Mattias Bengtsson <mattiasb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-maps/wip/routing2: 16/18] Update: Route
 
- Date: Mon, 16 Jun 2014 03:41:10 +0000 (UTC)
 
commit 3f9bd32b8ff5f00781c6cf641f4ce2e35d82f5da
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]