Remove trailing semicolons in CoffeeScript files

This commit is contained in:
Javi Martín
2019-03-04 13:43:12 +01:00
parent d963657e41
commit af9dce1dcf
10 changed files with 42 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ App.Map =
removeMarkerSelector = $(element).data('marker-remove-selector')
addMarkerInvestments = $(element).data('marker-investments-coordinates')
editable = $(element).data('marker-editable')
marker = null;
marker = null
markerIcon = L.divIcon(
className: 'map-marker'
iconSize: [30, 30]
@@ -46,7 +46,7 @@ App.Map =
e.preventDefault()
if marker
map.removeLayer(marker)
marker = null;
marker = null
clearFormfields()
return