]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/new_note.js
Enable some more eslint rules from iD rules
[rails.git] / app / assets / javascripts / index / new_note.js
index fa2872f456b572a515a17498bc2d2db30d7f0eb0..d796439846db5aa553cb1831f49f2864c991a529 100644 (file)
@@ -121,7 +121,7 @@ OSM.NewNote = function(map) {
     });
 
     newNote = L.marker(markerLatlng, {
-      icon: noteIcons["new"],
+      icon: noteIcons.new,
       opacity: 0.9,
       draggable: true
     });