]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/notes.js.erb
Fix indentation and semicolon usage
[rails.git] / app / assets / javascripts / index / notes.js.erb
index c3169ca09b396108d3d8aa5c304d7d7bdf54b887..43c735a23fdc1f81d70ad81a50ae5cc9fd8ef9f2 100644 (file)
@@ -39,11 +39,11 @@ function initializeNotes(map) {
         newNote = null;
       });
     } 
-  })
+  });
 
   noteLayer.on('click', function(e) {
     OSM.route('/browse/note/' + e.layer.id);
-  })
+  });
 
   function updateMarker(marker, feature) {
     if (marker) {
@@ -98,5 +98,5 @@ function initializeNotes(map) {
 
       noteLoader = null;
     }
-  };
+  }
 }