remove trailing commas
This commit is contained in:
parent
1b58abd95d
commit
4161f27cad
@ -100,7 +100,7 @@
|
|||||||
{id:"pkp", name:"Polskie Koleje Państwowe"},
|
{id:"pkp", name:"Polskie Koleje Państwowe"},
|
||||||
{id:"irish", name:"Iarnród Éireann"},
|
{id:"irish", name:"Iarnród Éireann"},
|
||||||
{id:"oebb", name:"Österreichische Bundesbahnen"},
|
{id:"oebb", name:"Österreichische Bundesbahnen"},
|
||||||
{id:"lu", name:"Mobilitéitszentral (Luxembourg)"},
|
{id:"lu", name:"Mobilitéitszentral (Luxembourg)"}
|
||||||
]
|
]
|
||||||
export default {
|
export default {
|
||||||
name: 'SearchBahn',
|
name: 'SearchBahn',
|
||||||
@ -200,8 +200,8 @@
|
|||||||
},
|
},
|
||||||
toName: function() {
|
toName: function() {
|
||||||
this.timeLoadChoicesTo();
|
this.timeLoadChoicesTo();
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user