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

4
dist/brouter-web.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
BR.Iternity = L.Class.extend({
BR.Itinerary = L.Class.extend({
options: {
heading: 'Itinerary'
},

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();
}