remove trailing commas

This commit is contained in:
sperwing 2024-12-01 01:00:34 +01:00
parent 1b58abd95d
commit 4161f27cad

View File

@ -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>