]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/new_note.js
Fix some JSHint complaints
[rails.git] / app / assets / javascripts / index / new_note.js
index 4fe3fcaeb93c65aaba07edb9281850fdfe1f66ec..55c5cbc934314f31670289d629833cb2313959d6 100644 (file)
@@ -81,7 +81,7 @@ OSM.NewNote = function(map) {
   };
 
   function newHalo(loc, a) {
-    if (a == 'dragstart' && map.hasLayer(halo)) {
+    if (a === 'dragstart' && map.hasLayer(halo)) {
       map.removeLayer(halo);
     } else {
       if (map.hasLayer(halo)) map.removeLayer(halo);