Run yarn lint, yarn prettier and yarn build i18next

0d6cd61 was still missing some style fixes, making `yarn` touch
unrelated files on a subsequent `git commit`.
This commit is contained in:
Henrik Fehlauer 2020-06-18 18:00:00 +00:00
parent 77f1b5f0af
commit 8a66a816f7
3 changed files with 2 additions and 3 deletions

View file

@ -250,7 +250,7 @@ BR.routeLoader = function(map, layersControl, routing, pois) {
if (!this._options.format) this._options.format = trackFile.name.split('.').pop(); if (!this._options.format) this._options.format = trackFile.name.split('.').pop();
const reader = new FileReader(); var reader = new FileReader();
reader.onload = L.bind(this.processFile, this); reader.onload = L.bind(this.processFile, this);
reader.readAsText(trackFile); reader.readAsText(trackFile);

View file

@ -249,7 +249,6 @@
"explainpoi": "(show waypoints as POI's)", "explainpoi": "(show waypoints as POI's)",
"explaintracklayer": "(show Track as separate Layer)", "explaintracklayer": "(show Track as separate Layer)",
"file": "Trackfile", "file": "Trackfile",
"fromext": "from file extension",
"fuzziness": "fuzzines", "fuzziness": "fuzzines",
"pleasewait": "Please wait!", "pleasewait": "Please wait!",
"showpois": "POI's", "showpois": "POI's",