[gnome-maps/wip/routing2: 21/23] Update: Route
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/routing2: 21/23] Update: Route
- Date: Sun, 15 Jun 2014 02:14:59 +0000 (UTC)
commit 157561ed454933f73ec5a7fb395b627fceaf3206
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]