Enable some more eslint rules from iD rules
This commit is contained in:
parent
07aa5ade67
commit
87127d41e9
8 changed files with 48 additions and 18 deletions
|
@ -121,7 +121,7 @@ OSM.NewNote = function(map) {
|
|||
});
|
||||
|
||||
newNote = L.marker(markerLatlng, {
|
||||
icon: noteIcons["new"],
|
||||
icon: noteIcons.new,
|
||||
opacity: 0.9,
|
||||
draggable: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue