refact: use shorthand method and property syntax
This commit is contained in:
parent
babd154596
commit
76f31aeb2b
44 changed files with 520 additions and 514 deletions
|
|
@ -1,10 +1,10 @@
|
|||
BR.Itinerary = L.Class.extend({
|
||||
initialize: function () {
|
||||
initialize() {
|
||||
this._content = document.getElementById('itinerary');
|
||||
this.update();
|
||||
},
|
||||
|
||||
update: function (polyline, segments) {
|
||||
update(polyline, segments) {
|
||||
var i,
|
||||
j,
|
||||
iter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue