Enable a number of eslint style rules

This commit is contained in:
Tom Hughes 2019-04-07 17:02:39 +01:00
parent 8030e7b5d6
commit 5bd59e1936
28 changed files with 278 additions and 240 deletions

View file

@ -120,7 +120,7 @@ OSM.initializeBrowse = function (map) {
// Redraw in selected style
layer.originalStyle = layer.options;
layer.setStyle({color: "#0000ff", weight: 8});
layer.setStyle({ color: "#0000ff", weight: 8 });
OSM.router.route("/" + layer.feature.type + "/" + layer.feature.id);