rename Itinerary control

This commit is contained in:
Norbert Renner 2016-06-07 11:35:20 +02:00
parent 8fd789a887
commit d9d74bb221
4 changed files with 5 additions and 5 deletions

View file

@ -191,7 +191,7 @@
// intermodal routing demo?
if (BR.conf.transit) {
itinerary = new BR.Iternity();
itinerary = new BR.Itinerary();
} else {
stats = new BR.TrackStats();
}