Fix inconsistent indenation in CoffeeScript files
We always use two spaces as indentation.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user