]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.layers.js
Enforce consistent indentation in javascript code
[rails.git] / app / assets / javascripts / leaflet.layers.js
index b12c0c89d79bc56500a445cd242a1f223692e4ef..241880a20ebe874f302dfc0c4249bddf251df52c 100644 (file)
@@ -84,9 +84,9 @@ L.OSM.layers = function (options) {
         .appendTo(item);
 
       var input = $("<input>")
-         .attr("type", "radio")
-         .prop("checked", map.hasLayer(layer))
-         .appendTo(label);
+        .attr("type", "radio")
+        .prop("checked", map.hasLayer(layer))
+        .appendTo(label);
 
       label.append(layer.options.name);