[gnome-maps/wip/routing2: 3/5] Update: Route
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/routing2: 3/5] Update: Route
- Date: Fri, 13 Jun 2014 01:50:03 +0000 (UTC)
commit d8f32215799922e13d16df5a671ccdcbad9cf30a
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]