Fix inconsistent indenation in CoffeeScript files

We always use two spaces as indentation.
This commit is contained in:
Javi Martín
2019-03-04 13:54:07 +01:00
parent a03c68c1e5
commit 9deed3f39d
4 changed files with 12 additions and 11 deletions

View File

@@ -32,7 +32,8 @@ App.Map =
className: 'map-marker'
iconSize: [30, 30]
iconAnchor: [15, 40]
html: '<div class="map-icon"></div>')
html: '<div class="map-icon"></div>'
)
createMarker = (latitude, longitude) ->
markerLatLng = new (L.LatLng)(latitude, longitude)