]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.sidebar.js
Merge remote-tracking branch 'upstream/pull/1926'
[rails.git] / app / assets / javascripts / leaflet.sidebar.js
index bb046f99ad13ae029c840912e7a7be611494a365..f51aaa72829dfe74e2d26b1705f0372c406d24ec 100644 (file)
@@ -1,9 +1,9 @@
 L.OSM.sidebar = function (selector) {
   var control = {},
-    sidebar = $(selector),
-    current = $(),
-    currentButton = $(),
-    map;
+      sidebar = $(selector),
+      current = $(),
+      currentButton = $(),
+      map;
 
   control.addTo = function (_) {
     map = _;